Uses of Class
software.amazon.awssdk.services.rds.model.DBClusterSnapshot
-
Packages that use DBClusterSnapshot Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of DBClusterSnapshot in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBClusterSnapshot Modifier and Type Method Description DBClusterSnapshotCopyDbClusterSnapshotResponse. dbClusterSnapshot()Returns the value of the DBClusterSnapshot property for this object.DBClusterSnapshotCreateDbClusterSnapshotResponse. dbClusterSnapshot()Returns the value of the DBClusterSnapshot property for this object.DBClusterSnapshotDeleteDbClusterSnapshotResponse. dbClusterSnapshot()Returns the value of the DBClusterSnapshot property for this object.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBClusterSnapshot Modifier and Type Method Description List<DBClusterSnapshot>DescribeDbClusterSnapshotsResponse. dbClusterSnapshots()Provides a list of DB cluster snapshots for the user.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBClusterSnapshot Modifier and Type Method Description CopyDbClusterSnapshotResponse.BuilderCopyDbClusterSnapshotResponse.Builder. dbClusterSnapshot(DBClusterSnapshot dbClusterSnapshot)Sets the value of the DBClusterSnapshot property for this object.CreateDbClusterSnapshotResponse.BuilderCreateDbClusterSnapshotResponse.Builder. dbClusterSnapshot(DBClusterSnapshot dbClusterSnapshot)Sets the value of the DBClusterSnapshot property for this object.DeleteDbClusterSnapshotResponse.BuilderDeleteDbClusterSnapshotResponse.Builder. dbClusterSnapshot(DBClusterSnapshot dbClusterSnapshot)Sets the value of the DBClusterSnapshot property for this object.DescribeDbClusterSnapshotsResponse.BuilderDescribeDbClusterSnapshotsResponse.Builder. dbClusterSnapshots(DBClusterSnapshot... dbClusterSnapshots)Provides a list of DB cluster snapshots for the user.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBClusterSnapshot Modifier and Type Method Description DescribeDbClusterSnapshotsResponse.BuilderDescribeDbClusterSnapshotsResponse.Builder. dbClusterSnapshots(Collection<DBClusterSnapshot> dbClusterSnapshots)Provides a list of DB cluster snapshots for the user. -
Uses of DBClusterSnapshot in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DBClusterSnapshot Modifier and Type Method Description SdkIterable<DBClusterSnapshot>DescribeDBClusterSnapshotsIterable. dbClusterSnapshots()Returns an iterable to iterate through the paginatedDescribeDbClusterSnapshotsResponse.dbClusterSnapshots()member.SdkPublisher<DBClusterSnapshot>DescribeDBClusterSnapshotsPublisher. dbClusterSnapshots()Returns a publisher that can be used to get a stream of data.
-