| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.paginators | |
| software.amazon.awssdk.services.redshift.transform |
| 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) |
Copyright © 2020. All rights reserved.