| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
BlueGreenDeployment |
BlueGreenDeployment.clone() |
BlueGreenDeployment |
SwitchoverBlueGreenDeploymentResult.getBlueGreenDeployment() |
BlueGreenDeployment |
CreateBlueGreenDeploymentResult.getBlueGreenDeployment() |
BlueGreenDeployment |
DeleteBlueGreenDeploymentResult.getBlueGreenDeployment() |
BlueGreenDeployment |
BlueGreenDeployment.withBlueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The unique identifier of the blue/green deployment.
|
BlueGreenDeployment |
BlueGreenDeployment.withBlueGreenDeploymentName(String blueGreenDeploymentName)
The user-supplied name of the blue/green deployment.
|
BlueGreenDeployment |
BlueGreenDeployment.withCreateTime(Date createTime)
The time when the blue/green deployment was created, in Universal Coordinated Time (UTC).
|
BlueGreenDeployment |
BlueGreenDeployment.withDeleteTime(Date deleteTime)
The time when the blue/green deployment was deleted, in Universal Coordinated Time (UTC).
|
BlueGreenDeployment |
BlueGreenDeployment.withSource(String source)
The source database for the blue/green deployment.
|
BlueGreenDeployment |
BlueGreenDeployment.withStatus(String status)
The status of the blue/green deployment.
|
BlueGreenDeployment |
BlueGreenDeployment.withStatusDetails(String statusDetails)
Additional information about the status of the blue/green deployment.
|
BlueGreenDeployment |
BlueGreenDeployment.withSwitchoverDetails(Collection<SwitchoverDetail> switchoverDetails)
The details about each source and target resource in the blue/green deployment.
|
BlueGreenDeployment |
BlueGreenDeployment.withSwitchoverDetails(SwitchoverDetail... switchoverDetails)
The details about each source and target resource in the blue/green deployment.
|
BlueGreenDeployment |
BlueGreenDeployment.withTagList(Collection<Tag> tagList) |
BlueGreenDeployment |
BlueGreenDeployment.withTagList(Tag... tagList)
NOTE: This method appends the values to the existing list (if any).
|
BlueGreenDeployment |
BlueGreenDeployment.withTarget(String target)
The target database for the blue/green deployment.
|
BlueGreenDeployment |
BlueGreenDeployment.withTasks(BlueGreenDeploymentTask... tasks)
Either tasks to be performed or tasks that have been completed on the target database before switchover.
|
BlueGreenDeployment |
BlueGreenDeployment.withTasks(Collection<BlueGreenDeploymentTask> tasks)
Either tasks to be performed or tasks that have been completed on the target database before switchover.
|
| Modifier and Type | Method and Description |
|---|---|
List<BlueGreenDeployment> |
DescribeBlueGreenDeploymentsResult.getBlueGreenDeployments()
A list of blue/green deployments in the current account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SwitchoverBlueGreenDeploymentResult.setBlueGreenDeployment(BlueGreenDeployment blueGreenDeployment) |
void |
CreateBlueGreenDeploymentResult.setBlueGreenDeployment(BlueGreenDeployment blueGreenDeployment) |
void |
DeleteBlueGreenDeploymentResult.setBlueGreenDeployment(BlueGreenDeployment blueGreenDeployment) |
SwitchoverBlueGreenDeploymentResult |
SwitchoverBlueGreenDeploymentResult.withBlueGreenDeployment(BlueGreenDeployment blueGreenDeployment) |
CreateBlueGreenDeploymentResult |
CreateBlueGreenDeploymentResult.withBlueGreenDeployment(BlueGreenDeployment blueGreenDeployment) |
DeleteBlueGreenDeploymentResult |
DeleteBlueGreenDeploymentResult.withBlueGreenDeployment(BlueGreenDeployment blueGreenDeployment) |
DescribeBlueGreenDeploymentsResult |
DescribeBlueGreenDeploymentsResult.withBlueGreenDeployments(BlueGreenDeployment... blueGreenDeployments)
A list of blue/green deployments in the current account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBlueGreenDeploymentsResult.setBlueGreenDeployments(Collection<BlueGreenDeployment> blueGreenDeployments)
A list of blue/green deployments in the current account and Amazon Web Services Region.
|
DescribeBlueGreenDeploymentsResult |
DescribeBlueGreenDeploymentsResult.withBlueGreenDeployments(Collection<BlueGreenDeployment> blueGreenDeployments)
A list of blue/green deployments in the current account and Amazon Web Services Region.
|
Copyright © 2024. All rights reserved.