Uses of Interface
software.amazon.awssdk.services.route53profiles.Route53ProfilesBaseClientBuilder
-
Packages that use Route53ProfilesBaseClientBuilder Package Description software.amazon.awssdk.services.route53profiles With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs and AWS accounts -
-
Uses of Route53ProfilesBaseClientBuilder in software.amazon.awssdk.services.route53profiles
Classes in software.amazon.awssdk.services.route53profiles with type parameters of type Route53ProfilesBaseClientBuilder Modifier and Type Interface Description interfaceRoute53ProfilesBaseClientBuilder<B extends Route53ProfilesBaseClientBuilder<B,C>,C>This includes configuration specific to Route 53 Profiles that is supported by bothRoute53ProfilesClientBuilderandRoute53ProfilesAsyncClientBuilder.Subinterfaces of Route53ProfilesBaseClientBuilder in software.amazon.awssdk.services.route53profiles Modifier and Type Interface Description interfaceRoute53ProfilesAsyncClientBuilderA builder for creating an instance ofRoute53ProfilesAsyncClient.interfaceRoute53ProfilesClientBuilderA builder for creating an instance ofRoute53ProfilesClient.
-