Uses of Class
software.amazon.awssdk.services.rds.model.DBClusterSnapshot
Packages that use DBClusterSnapshot
Package
Description
-
Uses of DBClusterSnapshot in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBClusterSnapshotModifier and TypeMethodDescriptionfinal DBClusterSnapshotCopyDbClusterSnapshotResponse.dbClusterSnapshot()Returns the value of the DBClusterSnapshot property for this object.final DBClusterSnapshotCreateDbClusterSnapshotResponse.dbClusterSnapshot()Returns the value of the DBClusterSnapshot property for this object.final 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 DBClusterSnapshotModifier and TypeMethodDescriptionfinal 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 DBClusterSnapshotModifier and TypeMethodDescriptionCopyDbClusterSnapshotResponse.Builder.dbClusterSnapshot(DBClusterSnapshot dbClusterSnapshot) Sets the value of the DBClusterSnapshot property for this object.CreateDbClusterSnapshotResponse.Builder.dbClusterSnapshot(DBClusterSnapshot dbClusterSnapshot) Sets the value of the DBClusterSnapshot property for this object.DeleteDbClusterSnapshotResponse.Builder.dbClusterSnapshot(DBClusterSnapshot dbClusterSnapshot) Sets the value of the DBClusterSnapshot property for this object.DescribeDbClusterSnapshotsResponse.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 DBClusterSnapshotModifier and TypeMethodDescriptionDescribeDbClusterSnapshotsResponse.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 DBClusterSnapshotModifier and TypeMethodDescriptionfinal SdkIterable<DBClusterSnapshot>DescribeDBClusterSnapshotsIterable.dbClusterSnapshots()Returns an iterable to iterate through the paginatedDescribeDbClusterSnapshotsResponse.dbClusterSnapshots()member.final SdkPublisher<DBClusterSnapshot>DescribeDBClusterSnapshotsPublisher.dbClusterSnapshots()Returns a publisher that can be used to get a stream of data.