Uses of Class
software.amazon.awssdk.services.rds.model.DBSnapshot
Packages that use DBSnapshot
Package
Description
-
Uses of DBSnapshot in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBSnapshotModifier and TypeMethodDescriptionfinal DBSnapshotCopyDbSnapshotResponse.dbSnapshot()Returns the value of the DBSnapshot property for this object.final DBSnapshotCreateDbSnapshotResponse.dbSnapshot()Returns the value of the DBSnapshot property for this object.final DBSnapshotDeleteDbSnapshotResponse.dbSnapshot()Returns the value of the DBSnapshot property for this object.final DBSnapshotModifyDbSnapshotResponse.dbSnapshot()Returns the value of the DBSnapshot property for this object.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBSnapshotModifier and TypeMethodDescriptionfinal List<DBSnapshot>DescribeDbSnapshotsResponse.dbSnapshots()A list ofDBSnapshotinstances.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBSnapshotModifier and TypeMethodDescriptionCopyDbSnapshotResponse.Builder.dbSnapshot(DBSnapshot dbSnapshot) Sets the value of the DBSnapshot property for this object.CreateDbSnapshotResponse.Builder.dbSnapshot(DBSnapshot dbSnapshot) Sets the value of the DBSnapshot property for this object.DeleteDbSnapshotResponse.Builder.dbSnapshot(DBSnapshot dbSnapshot) Sets the value of the DBSnapshot property for this object.ModifyDbSnapshotResponse.Builder.dbSnapshot(DBSnapshot dbSnapshot) Sets the value of the DBSnapshot property for this object.DescribeDbSnapshotsResponse.Builder.dbSnapshots(DBSnapshot... dbSnapshots) A list ofDBSnapshotinstances.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBSnapshotModifier and TypeMethodDescriptionDescribeDbSnapshotsResponse.Builder.dbSnapshots(Collection<DBSnapshot> dbSnapshots) A list ofDBSnapshotinstances. -
Uses of DBSnapshot in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DBSnapshotModifier and TypeMethodDescriptionfinal SdkIterable<DBSnapshot>DescribeDBSnapshotsIterable.dbSnapshots()Returns an iterable to iterate through the paginatedDescribeDbSnapshotsResponse.dbSnapshots()member.final SdkPublisher<DBSnapshot>DescribeDBSnapshotsPublisher.dbSnapshots()Returns a publisher that can be used to get a stream of data.