Uses of Class
software.amazon.awssdk.services.memorydb.model.Snapshot
-
Packages that use Snapshot Package Description software.amazon.awssdk.services.memorydb.model software.amazon.awssdk.services.memorydb.paginators -
-
Uses of Snapshot in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return Snapshot Modifier and Type Method Description SnapshotCopySnapshotResponse. snapshot()Represents a copy of an entire cluster as of the time when the snapshot was taken.SnapshotCreateSnapshotResponse. snapshot()The newly-created snapshot.SnapshotDeleteSnapshotResponse. snapshot()The snapshot object that has been deleted.Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type Snapshot Modifier and Type Method Description List<Snapshot>DescribeSnapshotsResponse. snapshots()A list of snapshots.Methods in software.amazon.awssdk.services.memorydb.model with parameters of type Snapshot Modifier and Type Method Description CopySnapshotResponse.BuilderCopySnapshotResponse.Builder. snapshot(Snapshot snapshot)Represents a copy of an entire cluster as of the time when the snapshot was taken.CreateSnapshotResponse.BuilderCreateSnapshotResponse.Builder. snapshot(Snapshot snapshot)The newly-created snapshot.DeleteSnapshotResponse.BuilderDeleteSnapshotResponse.Builder. snapshot(Snapshot snapshot)The snapshot object that has been deleted.DescribeSnapshotsResponse.BuilderDescribeSnapshotsResponse.Builder. snapshots(Snapshot... snapshots)A list of snapshots.Method parameters in software.amazon.awssdk.services.memorydb.model with type arguments of type Snapshot Modifier and Type Method Description DescribeSnapshotsResponse.BuilderDescribeSnapshotsResponse.Builder. snapshots(Collection<Snapshot> snapshots)A list of snapshots. -
Uses of Snapshot in software.amazon.awssdk.services.memorydb.paginators
Methods in software.amazon.awssdk.services.memorydb.paginators that return types with arguments of type Snapshot Modifier and Type Method Description SdkIterable<Snapshot>DescribeSnapshotsIterable. snapshots()Returns an iterable to iterate through the paginatedDescribeSnapshotsResponse.snapshots()member.SdkPublisher<Snapshot>DescribeSnapshotsPublisher. snapshots()Returns a publisher that can be used to get a stream of data.
-