| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoverycluster.model |
| Modifier and Type | Method and Description |
|---|---|
static RoutingControlState |
RoutingControlState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RoutingControlState |
UpdateRoutingControlStateEntry.routingControlState()
The routing control state in a set of routing control state entries.
|
RoutingControlState |
GetRoutingControlStateResponse.routingControlState()
The state of the routing control.
|
RoutingControlState |
RoutingControl.routingControlState()
The current state of the routing control.
|
RoutingControlState |
UpdateRoutingControlStateRequest.routingControlState()
The state of the routing control.
|
static RoutingControlState |
RoutingControlState.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RoutingControlState> |
RoutingControlState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRoutingControlStateEntry.Builder |
UpdateRoutingControlStateEntry.Builder.routingControlState(RoutingControlState routingControlState)
The routing control state in a set of routing control state entries.
|
GetRoutingControlStateResponse.Builder |
GetRoutingControlStateResponse.Builder.routingControlState(RoutingControlState routingControlState)
The state of the routing control.
|
RoutingControl.Builder |
RoutingControl.Builder.routingControlState(RoutingControlState routingControlState)
The current state of the routing control.
|
UpdateRoutingControlStateRequest.Builder |
UpdateRoutingControlStateRequest.Builder.routingControlState(RoutingControlState routingControlState)
The state of the routing control.
|
Copyright © 2023. All rights reserved.