Uses of Class
software.amazon.awssdk.services.rds.model.DBCluster
Packages that use DBCluster
Package
Description
-
Uses of DBCluster in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBClusterModifier and TypeMethodDescriptionfinal DBClusterCreateDbClusterResponse.dbCluster()Returns the value of the DBCluster property for this object.final DBClusterDeleteDbClusterResponse.dbCluster()Returns the value of the DBCluster property for this object.final DBClusterFailoverDbClusterResponse.dbCluster()Returns the value of the DBCluster property for this object.final DBClusterModifyDbClusterResponse.dbCluster()Returns the value of the DBCluster property for this object.final DBClusterPromoteReadReplicaDbClusterResponse.dbCluster()Returns the value of the DBCluster property for this object.final DBClusterRebootDbClusterResponse.dbCluster()Returns the value of the DBCluster property for this object.final DBClusterRestoreDbClusterFromS3Response.dbCluster()Returns the value of the DBCluster property for this object.final DBClusterRestoreDbClusterFromSnapshotResponse.dbCluster()Returns the value of the DBCluster property for this object.final DBClusterRestoreDbClusterToPointInTimeResponse.dbCluster()Returns the value of the DBCluster property for this object.final DBClusterStartDbClusterResponse.dbCluster()Returns the value of the DBCluster property for this object.final 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 DBClusterModifier and TypeMethodDescriptionDescribeDbClustersResponse.dbClusters()Contains a list of DB clusters for the user.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBClusterModifier and TypeMethodDescriptionSets the value of the DBCluster property for this object.Sets the value of the DBCluster property for this object.Sets the value of the DBCluster property for this object.Sets the value of the DBCluster property for this object.Sets the value of the DBCluster property for this object.Sets the value of the DBCluster property for this object.Sets the value of the DBCluster property for this object.Sets the value of the DBCluster property for this object.Sets the value of the DBCluster property for this object.Sets the value of the DBCluster property for this object.Sets the value of the DBCluster property for this object.DescribeDbClustersResponse.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 DBClusterModifier and TypeMethodDescriptionDescribeDbClustersResponse.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 DBClusterModifier and TypeMethodDescriptionfinal SdkIterable<DBCluster>DescribeDBClustersIterable.dbClusters()Returns an iterable to iterate through the paginatedDescribeDbClustersResponse.dbClusters()member.final SdkPublisher<DBCluster>DescribeDBClustersPublisher.dbClusters()Returns a publisher that can be used to get a stream of data.