Uses of Interface
software.amazon.awssdk.services.route53recoverycontrolconfig.Route53RecoveryControlConfigAsyncClient
-
Packages that use Route53RecoveryControlConfigAsyncClient Package Description software.amazon.awssdk.services.route53recoverycontrolconfig Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controllersoftware.amazon.awssdk.services.route53recoverycontrolconfig.paginators software.amazon.awssdk.services.route53recoverycontrolconfig.waiters -
-
Uses of Route53RecoveryControlConfigAsyncClient in software.amazon.awssdk.services.route53recoverycontrolconfig
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig that return Route53RecoveryControlConfigAsyncClient Modifier and Type Method Description static Route53RecoveryControlConfigAsyncClientRoute53RecoveryControlConfigAsyncClient. create()Create aRoute53RecoveryControlConfigAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of Route53RecoveryControlConfigAsyncClient in software.amazon.awssdk.services.route53recoverycontrolconfig.paginators
Constructors in software.amazon.awssdk.services.route53recoverycontrolconfig.paginators with parameters of type Route53RecoveryControlConfigAsyncClient Constructor Description ListAssociatedRoute53HealthChecksPublisher(Route53RecoveryControlConfigAsyncClient client, ListAssociatedRoute53HealthChecksRequest firstRequest)ListClustersPublisher(Route53RecoveryControlConfigAsyncClient client, ListClustersRequest firstRequest)ListControlPanelsPublisher(Route53RecoveryControlConfigAsyncClient client, ListControlPanelsRequest firstRequest)ListRoutingControlsPublisher(Route53RecoveryControlConfigAsyncClient client, ListRoutingControlsRequest firstRequest)ListSafetyRulesPublisher(Route53RecoveryControlConfigAsyncClient client, ListSafetyRulesRequest firstRequest) -
Uses of Route53RecoveryControlConfigAsyncClient in software.amazon.awssdk.services.route53recoverycontrolconfig.waiters
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.waiters with parameters of type Route53RecoveryControlConfigAsyncClient Modifier and Type Method Description Route53RecoveryControlConfigAsyncWaiter.BuilderRoute53RecoveryControlConfigAsyncWaiter.Builder. client(Route53RecoveryControlConfigAsyncClient client)Sets a customRoute53RecoveryControlConfigAsyncClientthat will be used to poll the resource
-