Uses of Class
software.amazon.awssdk.services.route53.model.CreateKeySigningKeyResponse
Packages that use CreateKeySigningKeyResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of CreateKeySigningKeyResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return CreateKeySigningKeyResponseModifier and TypeMethodDescriptiondefault CreateKeySigningKeyResponseRoute53Client.createKeySigningKey(Consumer<CreateKeySigningKeyRequest.Builder> createKeySigningKeyRequest) Creates a new key-signing key (KSK) associated with a hosted zone.default CreateKeySigningKeyResponseRoute53Client.createKeySigningKey(CreateKeySigningKeyRequest createKeySigningKeyRequest) Creates a new key-signing key (KSK) associated with a hosted zone.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type CreateKeySigningKeyResponseModifier and TypeMethodDescriptionRoute53AsyncClient.createKeySigningKey(Consumer<CreateKeySigningKeyRequest.Builder> createKeySigningKeyRequest) Creates a new key-signing key (KSK) associated with a hosted zone.Route53AsyncClient.createKeySigningKey(CreateKeySigningKeyRequest createKeySigningKeyRequest) Creates a new key-signing key (KSK) associated with a hosted zone.