Uses of Interface
software.amazon.awssdk.services.route53.model.ActivateKeySigningKeyRequest.Builder
Packages that use ActivateKeySigningKeyRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of ActivateKeySigningKeyRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type ActivateKeySigningKeyRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.activateKeySigningKey(Consumer<ActivateKeySigningKeyRequest.Builder> activateKeySigningKeyRequest) Activates a key-signing key (KSK) so that it can be used for signing by DNSSEC.default ActivateKeySigningKeyResponseRoute53Client.activateKeySigningKey(Consumer<ActivateKeySigningKeyRequest.Builder> activateKeySigningKeyRequest) Activates a key-signing key (KSK) so that it can be used for signing by DNSSEC. -
Uses of ActivateKeySigningKeyRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ActivateKeySigningKeyRequest.BuilderModifier and TypeMethodDescriptionActivateKeySigningKeyRequest.builder()ActivateKeySigningKeyRequest.Builder.hostedZoneId(String hostedZoneId) A unique string used to identify a hosted zone.A string used to identify a key-signing key (KSK).ActivateKeySigningKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ActivateKeySigningKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ActivateKeySigningKeyRequest.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ActivateKeySigningKeyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ActivateKeySigningKeyRequest.Builder>ActivateKeySigningKeyRequest.serializableBuilderClass()