| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model | |
| software.amazon.awssdk.services.rds.paginators |
| Modifier and Type | Method and Description |
|---|---|
GlobalCluster |
DeleteGlobalClusterResponse.globalCluster()
Returns the value of the GlobalCluster property for this object.
|
GlobalCluster |
ModifyGlobalClusterResponse.globalCluster()
Returns the value of the GlobalCluster property for this object.
|
GlobalCluster |
CreateGlobalClusterResponse.globalCluster()
Returns the value of the GlobalCluster property for this object.
|
GlobalCluster |
RemoveFromGlobalClusterResponse.globalCluster()
Returns the value of the GlobalCluster property for this object.
|
GlobalCluster |
FailoverGlobalClusterResponse.globalCluster()
Returns the value of the GlobalCluster property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<GlobalCluster> |
DescribeGlobalClustersResponse.globalClusters()
The list of global clusters returned by this request.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteGlobalClusterResponse.Builder |
DeleteGlobalClusterResponse.Builder.globalCluster(GlobalCluster globalCluster)
Sets the value of the GlobalCluster property for this object.
|
ModifyGlobalClusterResponse.Builder |
ModifyGlobalClusterResponse.Builder.globalCluster(GlobalCluster globalCluster)
Sets the value of the GlobalCluster property for this object.
|
CreateGlobalClusterResponse.Builder |
CreateGlobalClusterResponse.Builder.globalCluster(GlobalCluster globalCluster)
Sets the value of the GlobalCluster property for this object.
|
RemoveFromGlobalClusterResponse.Builder |
RemoveFromGlobalClusterResponse.Builder.globalCluster(GlobalCluster globalCluster)
Sets the value of the GlobalCluster property for this object.
|
FailoverGlobalClusterResponse.Builder |
FailoverGlobalClusterResponse.Builder.globalCluster(GlobalCluster globalCluster)
Sets the value of the GlobalCluster property for this object.
|
DescribeGlobalClustersResponse.Builder |
DescribeGlobalClustersResponse.Builder.globalClusters(GlobalCluster... globalClusters)
The list of global clusters returned by this request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGlobalClustersResponse.Builder |
DescribeGlobalClustersResponse.Builder.globalClusters(Collection<GlobalCluster> globalClusters)
The list of global clusters returned by this request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<GlobalCluster> |
DescribeGlobalClustersIterable.globalClusters()
Returns an iterable to iterate through the paginated
DescribeGlobalClustersResponse.globalClusters()
member. |
SdkPublisher<GlobalCluster> |
DescribeGlobalClustersPublisher.globalClusters()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.