| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
SwitchoverDetail |
SwitchoverDetail.clone() |
SwitchoverDetail |
SwitchoverDetail.withSourceMember(String sourceMember)
The Amazon Resource Name (ARN) of a resource in the blue environment.
|
SwitchoverDetail |
SwitchoverDetail.withStatus(String status)
The switchover status of a resource in a blue/green deployment.
|
SwitchoverDetail |
SwitchoverDetail.withTargetMember(String targetMember)
The Amazon Resource Name (ARN) of a resource in the green environment.
|
| Modifier and Type | Method and Description |
|---|---|
List<SwitchoverDetail> |
BlueGreenDeployment.getSwitchoverDetails()
The details about each source and target resource in the blue/green deployment.
|
| Modifier and Type | Method and Description |
|---|---|
BlueGreenDeployment |
BlueGreenDeployment.withSwitchoverDetails(SwitchoverDetail... switchoverDetails)
The details about each source and target resource in the blue/green deployment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlueGreenDeployment.setSwitchoverDetails(Collection<SwitchoverDetail> switchoverDetails)
The details about each source and target resource in the blue/green deployment.
|
BlueGreenDeployment |
BlueGreenDeployment.withSwitchoverDetails(Collection<SwitchoverDetail> switchoverDetails)
The details about each source and target resource in the blue/green deployment.
|
Copyright © 2022. All rights reserved.