| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.paginators | |
| software.amazon.awssdk.services.redshift.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeClusterSnapshotsResponse |
RedshiftClient.describeClusterSnapshots()
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
default DescribeClusterSnapshotsResponse |
RedshiftClient.describeClusterSnapshots(Consumer<DescribeClusterSnapshotsRequest.Builder> describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
default DescribeClusterSnapshotsResponse |
RedshiftClient.describeClusterSnapshots(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeClusterSnapshotsResponse> |
RedshiftAsyncClient.describeClusterSnapshots()
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
default CompletableFuture<DescribeClusterSnapshotsResponse> |
RedshiftAsyncClient.describeClusterSnapshots(Consumer<DescribeClusterSnapshotsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeClusterSnapshotsResponse> |
DescribeClusterSnapshotsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeClusterSnapshotsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeClusterSnapshotsResponse> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<DescribeClusterSnapshotsResponse>> |
RedshiftAsyncWaiter.waitUntilSnapshotAvailable(Consumer<DescribeClusterSnapshotsRequest.Builder> 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(Consumer<DescribeClusterSnapshotsRequest.Builder> 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(Consumer<DescribeClusterSnapshotsRequest.Builder> describeClusterSnapshotsRequest,
Consumer<WaiterOverrideConfiguration.Builder> 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(Consumer<DescribeClusterSnapshotsRequest.Builder> describeClusterSnapshotsRequest,
Consumer<WaiterOverrideConfiguration.Builder> 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. |
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 © 2021. All rights reserved.