Uses of Class
software.amazon.awssdk.services.rds.model.DBSnapshot
-
Packages that use DBSnapshot Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of DBSnapshot in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBSnapshot Modifier and Type Method Description DBSnapshotCopyDbSnapshotResponse. dbSnapshot()Returns the value of the DBSnapshot property for this object.DBSnapshotCreateDbSnapshotResponse. dbSnapshot()Returns the value of the DBSnapshot property for this object.DBSnapshotDeleteDbSnapshotResponse. dbSnapshot()Returns the value of the DBSnapshot property for this object.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 DBSnapshot Modifier and Type Method Description List<DBSnapshot>DescribeDbSnapshotsResponse. dbSnapshots()A list ofDBSnapshotinstances.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBSnapshot Modifier and Type Method Description CopyDbSnapshotResponse.BuilderCopyDbSnapshotResponse.Builder. dbSnapshot(DBSnapshot dbSnapshot)Sets the value of the DBSnapshot property for this object.CreateDbSnapshotResponse.BuilderCreateDbSnapshotResponse.Builder. dbSnapshot(DBSnapshot dbSnapshot)Sets the value of the DBSnapshot property for this object.DeleteDbSnapshotResponse.BuilderDeleteDbSnapshotResponse.Builder. dbSnapshot(DBSnapshot dbSnapshot)Sets the value of the DBSnapshot property for this object.ModifyDbSnapshotResponse.BuilderModifyDbSnapshotResponse.Builder. dbSnapshot(DBSnapshot dbSnapshot)Sets the value of the DBSnapshot property for this object.DescribeDbSnapshotsResponse.BuilderDescribeDbSnapshotsResponse.Builder. dbSnapshots(DBSnapshot... dbSnapshots)A list ofDBSnapshotinstances.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBSnapshot Modifier and Type Method Description DescribeDbSnapshotsResponse.BuilderDescribeDbSnapshotsResponse.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 DBSnapshot Modifier and Type Method Description SdkIterable<DBSnapshot>DescribeDBSnapshotsIterable. dbSnapshots()Returns an iterable to iterate through the paginatedDescribeDbSnapshotsResponse.dbSnapshots()member.SdkPublisher<DBSnapshot>DescribeDBSnapshotsPublisher. dbSnapshots()Returns a publisher that can be used to get a stream of data.
-