| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.paginators | |
| software.amazon.awssdk.services.redshift.transform | |
| software.amazon.awssdk.services.redshift.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeClusterSnapshotsResponse |
RedshiftClient.describeClusterSnapshots(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
default CompletableFuture<DescribeClusterSnapshotsResponse> |
RedshiftAsyncClient.describeClusterSnapshots(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
default DescribeClusterSnapshotsIterable |
RedshiftClient.describeClusterSnapshotsPaginator(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
default DescribeClusterSnapshotsPublisher |
RedshiftAsyncClient.describeClusterSnapshotsPaginator(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
| Constructor and Description |
|---|
DescribeClusterSnapshotsIterable(RedshiftClient client,
DescribeClusterSnapshotsRequest firstRequest) |
DescribeClusterSnapshotsPublisher(RedshiftAsyncClient client,
DescribeClusterSnapshotsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeClusterSnapshotsRequestMarshaller.marshall(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<DescribeClusterSnapshotsResponse>> |
RedshiftAsyncWaiter.waitUntilSnapshotAvailable(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Polls
RedshiftAsyncClient.describeClusterSnapshots(software.amazon.awssdk.services.redshift.model.DescribeClusterSnapshotsRequest) API until the desired condition
SnapshotAvailable is met, or until it is determined that the resource will never enter into the desired
state |
default WaiterResponse<DescribeClusterSnapshotsResponse> |
RedshiftWaiter.waitUntilSnapshotAvailable(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Polls
RedshiftClient.describeClusterSnapshots() API until the desired condition SnapshotAvailable
is met, or until it is determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<DescribeClusterSnapshotsResponse>> |
RedshiftAsyncWaiter.waitUntilSnapshotAvailable(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
RedshiftAsyncClient.describeClusterSnapshots(software.amazon.awssdk.services.redshift.model.DescribeClusterSnapshotsRequest) API until the desired condition
SnapshotAvailable is met, or until it is determined that the resource will never enter into the desired
state |
default WaiterResponse<DescribeClusterSnapshotsResponse> |
RedshiftWaiter.waitUntilSnapshotAvailable(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
RedshiftClient.describeClusterSnapshots() API until the desired condition SnapshotAvailable
is met, or until it is determined that the resource will never enter into the desired state |
Copyright © 2022. All rights reserved.