| Package | Description |
|---|---|
| com.amazonaws.services.route53recoverycontrolconfig.model |
| Modifier and Type | Method and Description |
|---|---|
ControlPanel |
ControlPanel.clone() |
ControlPanel |
UpdateControlPanelResult.getControlPanel()
The control panel to update.
|
ControlPanel |
CreateControlPanelResult.getControlPanel()
Information about a control panel.
|
ControlPanel |
DescribeControlPanelResult.getControlPanel()
Information about the control panel.
|
ControlPanel |
ControlPanel.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster that includes the control panel.
|
ControlPanel |
ControlPanel.withControlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel.
|
ControlPanel |
ControlPanel.withDefaultControlPanel(Boolean defaultControlPanel)
A flag that Amazon Route 53 Application Recovery Controller sets to true to designate the default control panel
for a cluster.
|
ControlPanel |
ControlPanel.withName(String name)
The name of the control panel.
|
ControlPanel |
ControlPanel.withRoutingControlCount(Integer routingControlCount)
The number of routing controls in the control panel.
|
ControlPanel |
ControlPanel.withStatus(Status status)
The deployment status of control panel.
|
ControlPanel |
ControlPanel.withStatus(String status)
The deployment status of control panel.
|
| Modifier and Type | Method and Description |
|---|---|
List<ControlPanel> |
ListControlPanelsResult.getControlPanels()
The result of a successful ListControlPanel request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateControlPanelResult.setControlPanel(ControlPanel controlPanel)
The control panel to update.
|
void |
CreateControlPanelResult.setControlPanel(ControlPanel controlPanel)
Information about a control panel.
|
void |
DescribeControlPanelResult.setControlPanel(ControlPanel controlPanel)
Information about the control panel.
|
UpdateControlPanelResult |
UpdateControlPanelResult.withControlPanel(ControlPanel controlPanel)
The control panel to update.
|
CreateControlPanelResult |
CreateControlPanelResult.withControlPanel(ControlPanel controlPanel)
Information about a control panel.
|
DescribeControlPanelResult |
DescribeControlPanelResult.withControlPanel(ControlPanel controlPanel)
Information about the control panel.
|
ListControlPanelsResult |
ListControlPanelsResult.withControlPanels(ControlPanel... controlPanels)
The result of a successful ListControlPanel request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListControlPanelsResult.setControlPanels(Collection<ControlPanel> controlPanels)
The result of a successful ListControlPanel request.
|
ListControlPanelsResult |
ListControlPanelsResult.withControlPanels(Collection<ControlPanel> controlPanels)
The result of a successful ListControlPanel request.
|
Copyright © 2021. All rights reserved.