Uses of Class
software.amazon.awssdk.services.redshift.model.Snapshot
-
Packages that use Snapshot Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of Snapshot in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return Snapshot Modifier and Type Method Description SnapshotAuthorizeSnapshotAccessResponse. snapshot()Returns the value of the Snapshot property for this object.SnapshotCopyClusterSnapshotResponse. snapshot()Returns the value of the Snapshot property for this object.SnapshotCreateClusterSnapshotResponse. snapshot()Returns the value of the Snapshot property for this object.SnapshotDeleteClusterSnapshotResponse. snapshot()Returns the value of the Snapshot property for this object.SnapshotModifyClusterSnapshotResponse. snapshot()Returns the value of the Snapshot property for this object.SnapshotRevokeSnapshotAccessResponse. snapshot()Returns the value of the Snapshot property for this object.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type Snapshot Modifier and Type Method Description List<Snapshot>DescribeClusterSnapshotsResponse. snapshots()A list of Snapshot instances.Methods in software.amazon.awssdk.services.redshift.model with parameters of type Snapshot Modifier and Type Method Description AuthorizeSnapshotAccessResponse.BuilderAuthorizeSnapshotAccessResponse.Builder. snapshot(Snapshot snapshot)Sets the value of the Snapshot property for this object.CopyClusterSnapshotResponse.BuilderCopyClusterSnapshotResponse.Builder. snapshot(Snapshot snapshot)Sets the value of the Snapshot property for this object.CreateClusterSnapshotResponse.BuilderCreateClusterSnapshotResponse.Builder. snapshot(Snapshot snapshot)Sets the value of the Snapshot property for this object.DeleteClusterSnapshotResponse.BuilderDeleteClusterSnapshotResponse.Builder. snapshot(Snapshot snapshot)Sets the value of the Snapshot property for this object.ModifyClusterSnapshotResponse.BuilderModifyClusterSnapshotResponse.Builder. snapshot(Snapshot snapshot)Sets the value of the Snapshot property for this object.RevokeSnapshotAccessResponse.BuilderRevokeSnapshotAccessResponse.Builder. snapshot(Snapshot snapshot)Sets the value of the Snapshot property for this object.DescribeClusterSnapshotsResponse.BuilderDescribeClusterSnapshotsResponse.Builder. snapshots(Snapshot... snapshots)A list of Snapshot instances.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type Snapshot Modifier and Type Method Description DescribeClusterSnapshotsResponse.BuilderDescribeClusterSnapshotsResponse.Builder. snapshots(Collection<Snapshot> snapshots)A list of Snapshot instances. -
Uses of Snapshot in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type Snapshot Modifier and Type Method Description SdkIterable<Snapshot>DescribeClusterSnapshotsIterable. snapshots()Returns an iterable to iterate through the paginatedDescribeClusterSnapshotsResponse.snapshots()member.SdkPublisher<Snapshot>DescribeClusterSnapshotsPublisher. snapshots()Returns a publisher that can be used to get a stream of data.
-