| Package | Description |
|---|---|
| com.amazonaws.services.route53recoverycontrolconfig.model |
| Modifier and Type | Method and Description |
|---|---|
RoutingControl |
RoutingControl.clone() |
RoutingControl |
UpdateRoutingControlResult.getRoutingControl()
The routing control that was updated.
|
RoutingControl |
DescribeRoutingControlResult.getRoutingControl()
Information about the routing control.
|
RoutingControl |
CreateRoutingControlResult.getRoutingControl()
The routing control that is created.
|
RoutingControl |
RoutingControl.withControlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel that includes the routing control.
|
RoutingControl |
RoutingControl.withName(String name)
The name of the routing control.
|
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.withStatus(Status status)
The deployment status of a routing control.
|
RoutingControl |
RoutingControl.withStatus(String status)
The deployment status of a routing control.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoutingControl> |
ListRoutingControlsResult.getRoutingControls()
An array of routing controls.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRoutingControlResult.setRoutingControl(RoutingControl routingControl)
The routing control that was updated.
|
void |
DescribeRoutingControlResult.setRoutingControl(RoutingControl routingControl)
Information about the routing control.
|
void |
CreateRoutingControlResult.setRoutingControl(RoutingControl routingControl)
The routing control that is created.
|
UpdateRoutingControlResult |
UpdateRoutingControlResult.withRoutingControl(RoutingControl routingControl)
The routing control that was updated.
|
DescribeRoutingControlResult |
DescribeRoutingControlResult.withRoutingControl(RoutingControl routingControl)
Information about the routing control.
|
CreateRoutingControlResult |
CreateRoutingControlResult.withRoutingControl(RoutingControl routingControl)
The routing control that is created.
|
ListRoutingControlsResult |
ListRoutingControlsResult.withRoutingControls(RoutingControl... routingControls)
An array of routing controls.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRoutingControlsResult.setRoutingControls(Collection<RoutingControl> routingControls)
An array of routing controls.
|
ListRoutingControlsResult |
ListRoutingControlsResult.withRoutingControls(Collection<RoutingControl> routingControls)
An array of routing controls.
|
Copyright © 2024. All rights reserved.