Uses of Class
software.amazon.awssdk.services.route53recoverycluster.model.GetRoutingControlStateResponse
-
Packages that use GetRoutingControlStateResponse Package Description software.amazon.awssdk.services.route53recoverycluster Welcome to the Routing Control (Recovery Cluster) API Reference Guide for Amazon Route 53 Application Recovery Controller. -
-
Uses of GetRoutingControlStateResponse in software.amazon.awssdk.services.route53recoverycluster
Methods in software.amazon.awssdk.services.route53recoverycluster that return GetRoutingControlStateResponse Modifier and Type Method Description default GetRoutingControlStateResponseRoute53RecoveryClusterClient. getRoutingControlState(Consumer<GetRoutingControlStateRequest.Builder> getRoutingControlStateRequest)Get the state for a routing control.default GetRoutingControlStateResponseRoute53RecoveryClusterClient. getRoutingControlState(GetRoutingControlStateRequest getRoutingControlStateRequest)Get the state for a routing control.Methods in software.amazon.awssdk.services.route53recoverycluster that return types with arguments of type GetRoutingControlStateResponse Modifier and Type Method Description default CompletableFuture<GetRoutingControlStateResponse>Route53RecoveryClusterAsyncClient. getRoutingControlState(Consumer<GetRoutingControlStateRequest.Builder> getRoutingControlStateRequest)Get the state for a routing control.default CompletableFuture<GetRoutingControlStateResponse>Route53RecoveryClusterAsyncClient. getRoutingControlState(GetRoutingControlStateRequest getRoutingControlStateRequest)Get the state for a routing control.
-