Uses of Interface
software.amazon.awssdk.services.route53.Route53Client
-
Packages that use Route53Client Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.software.amazon.awssdk.services.route53.paginators software.amazon.awssdk.services.route53.waiters -
-
Uses of Route53Client in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return Route53Client Modifier and Type Method Description static Route53ClientRoute53Client. create()Create aRoute53Clientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of Route53Client in software.amazon.awssdk.services.route53.paginators
Constructors in software.amazon.awssdk.services.route53.paginators with parameters of type Route53Client Constructor Description ListCidrBlocksIterable(Route53Client client, ListCidrBlocksRequest firstRequest)ListCidrCollectionsIterable(Route53Client client, ListCidrCollectionsRequest firstRequest)ListCidrLocationsIterable(Route53Client client, ListCidrLocationsRequest firstRequest)ListHealthChecksIterable(Route53Client client, ListHealthChecksRequest firstRequest)ListHostedZonesIterable(Route53Client client, ListHostedZonesRequest firstRequest)ListQueryLoggingConfigsIterable(Route53Client client, ListQueryLoggingConfigsRequest firstRequest)ListResourceRecordSetsIterable(Route53Client client, ListResourceRecordSetsRequest firstRequest) -
Uses of Route53Client in software.amazon.awssdk.services.route53.waiters
Methods in software.amazon.awssdk.services.route53.waiters with parameters of type Route53Client Modifier and Type Method Description Route53Waiter.BuilderRoute53Waiter.Builder. client(Route53Client client)Sets a customRoute53Clientthat will be used to poll the resource
-