| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
DBCluster |
PromoteReadReplicaDbClusterResponse.dbCluster()
Returns the value of the DBCluster property for this object.
|
DBCluster |
RestoreDbClusterFromSnapshotResponse.dbCluster()
Returns the value of the DBCluster property for this object.
|
DBCluster |
CreateDbClusterResponse.dbCluster()
Returns the value of the DBCluster property for this object.
|
DBCluster |
StartDbClusterResponse.dbCluster()
Returns the value of the DBCluster property for this object.
|
DBCluster |
ModifyDbClusterResponse.dbCluster()
Returns the value of the DBCluster property for this object.
|
DBCluster |
DeleteDbClusterResponse.dbCluster()
Returns the value of the DBCluster property for this object.
|
DBCluster |
FailoverDbClusterResponse.dbCluster()
Returns the value of the DBCluster property for this object.
|
DBCluster |
RestoreDbClusterToPointInTimeResponse.dbCluster()
Returns the value of the DBCluster property for this object.
|
DBCluster |
StopDbClusterResponse.dbCluster()
Returns the value of the DBCluster property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBCluster> |
DescribeDbClustersResponse.dbClusters()
Contains a list of DB clusters for the user.
|
| Modifier and Type | Method and Description |
|---|---|
PromoteReadReplicaDbClusterResponse.Builder |
PromoteReadReplicaDbClusterResponse.Builder.dbCluster(DBCluster dbCluster)
Sets the value of the DBCluster property for this object.
|
RestoreDbClusterFromSnapshotResponse.Builder |
RestoreDbClusterFromSnapshotResponse.Builder.dbCluster(DBCluster dbCluster)
Sets the value of the DBCluster property for this object.
|
CreateDbClusterResponse.Builder |
CreateDbClusterResponse.Builder.dbCluster(DBCluster dbCluster)
Sets the value of the DBCluster property for this object.
|
StartDbClusterResponse.Builder |
StartDbClusterResponse.Builder.dbCluster(DBCluster dbCluster)
Sets the value of the DBCluster property for this object.
|
ModifyDbClusterResponse.Builder |
ModifyDbClusterResponse.Builder.dbCluster(DBCluster dbCluster)
Sets the value of the DBCluster property for this object.
|
DeleteDbClusterResponse.Builder |
DeleteDbClusterResponse.Builder.dbCluster(DBCluster dbCluster)
Sets the value of the DBCluster property for this object.
|
FailoverDbClusterResponse.Builder |
FailoverDbClusterResponse.Builder.dbCluster(DBCluster dbCluster)
Sets the value of the DBCluster property for this object.
|
RestoreDbClusterToPointInTimeResponse.Builder |
RestoreDbClusterToPointInTimeResponse.Builder.dbCluster(DBCluster dbCluster)
Sets the value of the DBCluster property for this object.
|
StopDbClusterResponse.Builder |
StopDbClusterResponse.Builder.dbCluster(DBCluster dbCluster)
Sets the value of the DBCluster property for this object.
|
DescribeDbClustersResponse.Builder |
DescribeDbClustersResponse.Builder.dbClusters(DBCluster... dbClusters)
Contains a list of DB clusters for the user.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDbClustersResponse.Builder |
DescribeDbClustersResponse.Builder.dbClusters(Collection<DBCluster> dbClusters)
Contains a list of DB clusters for the user.
|
Copyright © 2021. All rights reserved.