| Package | Description |
|---|---|
| com.amazonaws.services.redshift |
|
| com.amazonaws.services.redshift.model | |
| com.amazonaws.services.redshift.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeClusterSnapshotsResult |
AmazonRedshiftClient.describeClusterSnapshots() |
DescribeClusterSnapshotsResult |
AmazonRedshift.describeClusterSnapshots()
Simplified method form for invoking the DescribeClusterSnapshots operation.
|
DescribeClusterSnapshotsResult |
AbstractAmazonRedshift.describeClusterSnapshots() |
DescribeClusterSnapshotsResult |
AmazonRedshiftClient.describeClusterSnapshots(DescribeClusterSnapshotsRequest request)
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
DescribeClusterSnapshotsResult |
AmazonRedshift.describeClusterSnapshots(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
DescribeClusterSnapshotsResult |
AbstractAmazonRedshift.describeClusterSnapshots(DescribeClusterSnapshotsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
DescribeClusterSnapshotsResult |
DescribeClusterSnapshotsResult.clone() |
DescribeClusterSnapshotsResult |
DescribeClusterSnapshotsResult.withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
DescribeClusterSnapshotsResult |
DescribeClusterSnapshotsResult.withSnapshots(Collection<Snapshot> snapshots)
A list of Snapshot instances.
|
DescribeClusterSnapshotsResult |
DescribeClusterSnapshotsResult.withSnapshots(Snapshot... snapshots)
A list of Snapshot instances.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeClusterSnapshotsResult |
DescribeClusterSnapshotsFunction.apply(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.