Uses of Class
software.amazon.awssdk.services.rds.model.DBCluster
-
Packages that use DBCluster Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of DBCluster in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBCluster Modifier and Type Method Description DBClusterCreateDbClusterResponse. dbCluster()Returns the value of the DBCluster property for this object.DBClusterDeleteDbClusterResponse. dbCluster()Returns the value of the DBCluster property for this object.DBClusterFailoverDbClusterResponse. dbCluster()Returns the value of the DBCluster property for this object.DBClusterModifyDbClusterResponse. dbCluster()Returns the value of the DBCluster property for this object.DBClusterPromoteReadReplicaDbClusterResponse. dbCluster()Returns the value of the DBCluster property for this object.DBClusterRebootDbClusterResponse. dbCluster()Returns the value of the DBCluster property for this object.DBClusterRestoreDbClusterFromS3Response. dbCluster()Returns the value of the DBCluster property for this object.DBClusterRestoreDbClusterFromSnapshotResponse. dbCluster()Returns the value of the DBCluster property for this object.DBClusterRestoreDbClusterToPointInTimeResponse. dbCluster()Returns the value of the DBCluster property for this object.DBClusterStartDbClusterResponse. dbCluster()Returns the value of the DBCluster property for this object.DBClusterStopDbClusterResponse. dbCluster()Returns the value of the DBCluster property for this object.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBCluster Modifier and Type Method Description List<DBCluster>DescribeDbClustersResponse. dbClusters()Contains a list of DB clusters for the user.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBCluster Modifier and Type Method Description CreateDbClusterResponse.BuilderCreateDbClusterResponse.Builder. dbCluster(DBCluster dbCluster)Sets the value of the DBCluster property for this object.DeleteDbClusterResponse.BuilderDeleteDbClusterResponse.Builder. dbCluster(DBCluster dbCluster)Sets the value of the DBCluster property for this object.FailoverDbClusterResponse.BuilderFailoverDbClusterResponse.Builder. dbCluster(DBCluster dbCluster)Sets the value of the DBCluster property for this object.ModifyDbClusterResponse.BuilderModifyDbClusterResponse.Builder. dbCluster(DBCluster dbCluster)Sets the value of the DBCluster property for this object.PromoteReadReplicaDbClusterResponse.BuilderPromoteReadReplicaDbClusterResponse.Builder. dbCluster(DBCluster dbCluster)Sets the value of the DBCluster property for this object.RebootDbClusterResponse.BuilderRebootDbClusterResponse.Builder. dbCluster(DBCluster dbCluster)Sets the value of the DBCluster property for this object.RestoreDbClusterFromS3Response.BuilderRestoreDbClusterFromS3Response.Builder. dbCluster(DBCluster dbCluster)Sets the value of the DBCluster property for this object.RestoreDbClusterFromSnapshotResponse.BuilderRestoreDbClusterFromSnapshotResponse.Builder. dbCluster(DBCluster dbCluster)Sets the value of the DBCluster property for this object.RestoreDbClusterToPointInTimeResponse.BuilderRestoreDbClusterToPointInTimeResponse.Builder. dbCluster(DBCluster dbCluster)Sets the value of the DBCluster property for this object.StartDbClusterResponse.BuilderStartDbClusterResponse.Builder. dbCluster(DBCluster dbCluster)Sets the value of the DBCluster property for this object.StopDbClusterResponse.BuilderStopDbClusterResponse.Builder. dbCluster(DBCluster dbCluster)Sets the value of the DBCluster property for this object.DescribeDbClustersResponse.BuilderDescribeDbClustersResponse.Builder. dbClusters(DBCluster... dbClusters)Contains a list of DB clusters for the user.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBCluster Modifier and Type Method Description DescribeDbClustersResponse.BuilderDescribeDbClustersResponse.Builder. dbClusters(Collection<DBCluster> dbClusters)Contains a list of DB clusters for the user. -
Uses of DBCluster in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DBCluster Modifier and Type Method Description SdkIterable<DBCluster>DescribeDBClustersIterable. dbClusters()Returns an iterable to iterate through the paginatedDescribeDbClustersResponse.dbClusters()member.SdkPublisher<DBCluster>DescribeDBClustersPublisher. dbClusters()Returns a publisher that can be used to get a stream of data.
-