| Package | Description |
|---|---|
| com.amazonaws.services.route53recoverycluster.model |
| Modifier and Type | Method and Description |
|---|---|
RoutingControl |
RoutingControl.clone() |
RoutingControl |
RoutingControl.withControlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel where the routing control is located.
|
RoutingControl |
RoutingControl.withControlPanelName(String controlPanelName)
The name of the control panel where the routing control is located.
|
RoutingControl |
RoutingControl.withOwner(String owner)
The Amazon Web Services account ID of the routing control owner.
|
RoutingControl |
RoutingControl.withRoutingControlArn(String routingControlArn)
The Amazon Resource Name (ARN) of the routing control.
|
RoutingControl |
RoutingControl.withRoutingControlName(String routingControlName)
The name of the routing control.
|
RoutingControl |
RoutingControl.withRoutingControlState(RoutingControlState routingControlState)
The current state of the routing control.
|
RoutingControl |
RoutingControl.withRoutingControlState(String routingControlState)
The current state of the routing control.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoutingControl> |
ListRoutingControlsResult.getRoutingControls()
The list of routing controls.
|
| Modifier and Type | Method and Description |
|---|---|
ListRoutingControlsResult |
ListRoutingControlsResult.withRoutingControls(RoutingControl... routingControls)
The list of routing controls.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRoutingControlsResult.setRoutingControls(Collection<RoutingControl> routingControls)
The list of routing controls.
|
ListRoutingControlsResult |
ListRoutingControlsResult.withRoutingControls(Collection<RoutingControl> routingControls)
The list of routing controls.
|
Copyright © 2024. All rights reserved.