Uses of Interface
software.amazon.awssdk.services.route53.Route53AsyncClient
-
Packages that use Route53AsyncClient 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 Route53AsyncClient in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return Route53AsyncClient Modifier and Type Method Description static Route53AsyncClientRoute53AsyncClient. create()Create aRoute53AsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of Route53AsyncClient in software.amazon.awssdk.services.route53.paginators
Constructors in software.amazon.awssdk.services.route53.paginators with parameters of type Route53AsyncClient Constructor Description ListCidrBlocksPublisher(Route53AsyncClient client, ListCidrBlocksRequest firstRequest)ListCidrCollectionsPublisher(Route53AsyncClient client, ListCidrCollectionsRequest firstRequest)ListCidrLocationsPublisher(Route53AsyncClient client, ListCidrLocationsRequest firstRequest)ListHealthChecksPublisher(Route53AsyncClient client, ListHealthChecksRequest firstRequest)ListHostedZonesPublisher(Route53AsyncClient client, ListHostedZonesRequest firstRequest)ListQueryLoggingConfigsPublisher(Route53AsyncClient client, ListQueryLoggingConfigsRequest firstRequest)ListResourceRecordSetsPublisher(Route53AsyncClient client, ListResourceRecordSetsRequest firstRequest) -
Uses of Route53AsyncClient in software.amazon.awssdk.services.route53.waiters
Methods in software.amazon.awssdk.services.route53.waiters with parameters of type Route53AsyncClient Modifier and Type Method Description Route53AsyncWaiter.BuilderRoute53AsyncWaiter.Builder. client(Route53AsyncClient client)Sets a customRoute53AsyncClientthat will be used to poll the resource
-