Uses of Class
software.amazon.awssdk.services.route53.model.CreateKeySigningKeyResponse
-
Packages that use CreateKeySigningKeyResponse Package Description software.amazon.awssdk.services.route53 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 CreateKeySigningKeyResponse Modifier and Type Method Description default 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 CreateKeySigningKeyResponse Modifier and Type Method Description default CompletableFuture<CreateKeySigningKeyResponse>Route53AsyncClient. createKeySigningKey(Consumer<CreateKeySigningKeyRequest.Builder> createKeySigningKeyRequest)Creates a new key-signing key (KSK) associated with a hosted zone.default CompletableFuture<CreateKeySigningKeyResponse>Route53AsyncClient. createKeySigningKey(CreateKeySigningKeyRequest createKeySigningKeyRequest)Creates a new key-signing key (KSK) associated with a hosted zone.
-