Uses of Interface
software.amazon.awssdk.services.route53recoverycontrolconfig.Route53RecoveryControlConfigClient
-
Packages that use Route53RecoveryControlConfigClient 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 Route53RecoveryControlConfigClient in software.amazon.awssdk.services.route53recoverycontrolconfig
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig that return Route53RecoveryControlConfigClient Modifier and Type Method Description static Route53RecoveryControlConfigClientRoute53RecoveryControlConfigClient. create()Create aRoute53RecoveryControlConfigClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of Route53RecoveryControlConfigClient in software.amazon.awssdk.services.route53recoverycontrolconfig.paginators
Constructors in software.amazon.awssdk.services.route53recoverycontrolconfig.paginators with parameters of type Route53RecoveryControlConfigClient Constructor Description ListAssociatedRoute53HealthChecksIterable(Route53RecoveryControlConfigClient client, ListAssociatedRoute53HealthChecksRequest firstRequest)ListClustersIterable(Route53RecoveryControlConfigClient client, ListClustersRequest firstRequest)ListControlPanelsIterable(Route53RecoveryControlConfigClient client, ListControlPanelsRequest firstRequest)ListRoutingControlsIterable(Route53RecoveryControlConfigClient client, ListRoutingControlsRequest firstRequest)ListSafetyRulesIterable(Route53RecoveryControlConfigClient client, ListSafetyRulesRequest firstRequest) -
Uses of Route53RecoveryControlConfigClient in software.amazon.awssdk.services.route53recoverycontrolconfig.waiters
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.waiters with parameters of type Route53RecoveryControlConfigClient Modifier and Type Method Description Route53RecoveryControlConfigWaiter.BuilderRoute53RecoveryControlConfigWaiter.Builder. client(Route53RecoveryControlConfigClient client)Sets a customRoute53RecoveryControlConfigClientthat will be used to poll the resource
-