Uses of Class
software.amazon.awssdk.services.route53recoverycluster.model.RoutingControlState
-
Packages that use RoutingControlState Package Description software.amazon.awssdk.services.route53recoverycluster.model -
-
Uses of RoutingControlState in software.amazon.awssdk.services.route53recoverycluster.model
Methods in software.amazon.awssdk.services.route53recoverycluster.model that return RoutingControlState Modifier and Type Method Description static RoutingControlStateRoutingControlState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RoutingControlStateGetRoutingControlStateResponse. routingControlState()The state of the routing control.RoutingControlStateRoutingControl. routingControlState()The current state of the routing control.RoutingControlStateUpdateRoutingControlStateEntry. routingControlState()The routing control state in a set of routing control state entries.RoutingControlStateUpdateRoutingControlStateRequest. routingControlState()The state of the routing control.static RoutingControlStateRoutingControlState. valueOf(String name)Returns the enum constant of this type with the specified name.static RoutingControlState[]RoutingControlState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.route53recoverycluster.model that return types with arguments of type RoutingControlState Modifier and Type Method Description static Set<RoutingControlState>RoutingControlState. knownValues()Methods in software.amazon.awssdk.services.route53recoverycluster.model with parameters of type RoutingControlState Modifier and Type Method Description GetRoutingControlStateResponse.BuilderGetRoutingControlStateResponse.Builder. routingControlState(RoutingControlState routingControlState)The state of the routing control.RoutingControl.BuilderRoutingControl.Builder. routingControlState(RoutingControlState routingControlState)The current state of the routing control.UpdateRoutingControlStateEntry.BuilderUpdateRoutingControlStateEntry.Builder. routingControlState(RoutingControlState routingControlState)The routing control state in a set of routing control state entries.UpdateRoutingControlStateRequest.BuilderUpdateRoutingControlStateRequest.Builder. routingControlState(RoutingControlState routingControlState)The state of the routing control.
-