| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model | |
| software.amazon.awssdk.services.rds.paginators |
| Modifier and Type | Method and Description |
|---|---|
BlueGreenDeployment |
SwitchoverBlueGreenDeploymentResponse.blueGreenDeployment()
Returns the value of the BlueGreenDeployment property for this object.
|
BlueGreenDeployment |
CreateBlueGreenDeploymentResponse.blueGreenDeployment()
Returns the value of the BlueGreenDeployment property for this object.
|
BlueGreenDeployment |
DeleteBlueGreenDeploymentResponse.blueGreenDeployment()
Returns the value of the BlueGreenDeployment property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<BlueGreenDeployment> |
DescribeBlueGreenDeploymentsResponse.blueGreenDeployments()
Contains a list of blue/green deployments for the user.
|
| Modifier and Type | Method and Description |
|---|---|
SwitchoverBlueGreenDeploymentResponse.Builder |
SwitchoverBlueGreenDeploymentResponse.Builder.blueGreenDeployment(BlueGreenDeployment blueGreenDeployment)
Sets the value of the BlueGreenDeployment property for this object.
|
CreateBlueGreenDeploymentResponse.Builder |
CreateBlueGreenDeploymentResponse.Builder.blueGreenDeployment(BlueGreenDeployment blueGreenDeployment)
Sets the value of the BlueGreenDeployment property for this object.
|
DeleteBlueGreenDeploymentResponse.Builder |
DeleteBlueGreenDeploymentResponse.Builder.blueGreenDeployment(BlueGreenDeployment blueGreenDeployment)
Sets the value of the BlueGreenDeployment property for this object.
|
DescribeBlueGreenDeploymentsResponse.Builder |
DescribeBlueGreenDeploymentsResponse.Builder.blueGreenDeployments(BlueGreenDeployment... blueGreenDeployments)
Contains a list of blue/green deployments for the user.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBlueGreenDeploymentsResponse.Builder |
DescribeBlueGreenDeploymentsResponse.Builder.blueGreenDeployments(Collection<BlueGreenDeployment> blueGreenDeployments)
Contains a list of blue/green deployments for the user.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<BlueGreenDeployment> |
DescribeBlueGreenDeploymentsPublisher.blueGreenDeployments()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<BlueGreenDeployment> |
DescribeBlueGreenDeploymentsIterable.blueGreenDeployments()
Returns an iterable to iterate through the paginated
DescribeBlueGreenDeploymentsResponse.blueGreenDeployments() member. |
Copyright © 2023. All rights reserved.