| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model | |
| software.amazon.awssdk.services.redshift.paginators |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
ModifyClusterSnapshotResponse.snapshot()
Returns the value of the Snapshot property for this object.
|
Snapshot |
AuthorizeSnapshotAccessResponse.snapshot()
Returns the value of the Snapshot property for this object.
|
Snapshot |
CreateClusterSnapshotResponse.snapshot()
Returns the value of the Snapshot property for this object.
|
Snapshot |
RevokeSnapshotAccessResponse.snapshot()
Returns the value of the Snapshot property for this object.
|
Snapshot |
CopyClusterSnapshotResponse.snapshot()
Returns the value of the Snapshot property for this object.
|
Snapshot |
DeleteClusterSnapshotResponse.snapshot()
Returns the value of the Snapshot property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Snapshot> |
DescribeClusterSnapshotsResponse.snapshots()
A list of Snapshot instances.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyClusterSnapshotResponse.Builder |
ModifyClusterSnapshotResponse.Builder.snapshot(Snapshot snapshot)
Sets the value of the Snapshot property for this object.
|
AuthorizeSnapshotAccessResponse.Builder |
AuthorizeSnapshotAccessResponse.Builder.snapshot(Snapshot snapshot)
Sets the value of the Snapshot property for this object.
|
CreateClusterSnapshotResponse.Builder |
CreateClusterSnapshotResponse.Builder.snapshot(Snapshot snapshot)
Sets the value of the Snapshot property for this object.
|
RevokeSnapshotAccessResponse.Builder |
RevokeSnapshotAccessResponse.Builder.snapshot(Snapshot snapshot)
Sets the value of the Snapshot property for this object.
|
CopyClusterSnapshotResponse.Builder |
CopyClusterSnapshotResponse.Builder.snapshot(Snapshot snapshot)
Sets the value of the Snapshot property for this object.
|
DeleteClusterSnapshotResponse.Builder |
DeleteClusterSnapshotResponse.Builder.snapshot(Snapshot snapshot)
Sets the value of the Snapshot property for this object.
|
DescribeClusterSnapshotsResponse.Builder |
DescribeClusterSnapshotsResponse.Builder.snapshots(Snapshot... snapshots)
A list of Snapshot instances.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeClusterSnapshotsResponse.Builder |
DescribeClusterSnapshotsResponse.Builder.snapshots(Collection<Snapshot> snapshots)
A list of Snapshot instances.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Snapshot> |
DescribeClusterSnapshotsIterable.snapshots()
Returns an iterable to iterate through the paginated
DescribeClusterSnapshotsResponse.snapshots() member. |
SdkPublisher<Snapshot> |
DescribeClusterSnapshotsPublisher.snapshots()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2019. All rights reserved.