Package | Description |
---|---|
com.amazonaws.services.redshift | |
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
DescribeClusterSnapshotsResult |
AmazonRedshift.describeClusterSnapshots()
Simplified method form for invoking the DescribeClusterSnapshots
operation.
|
DescribeClusterSnapshotsResult |
AmazonRedshiftClient.describeClusterSnapshots() |
DescribeClusterSnapshotsResult |
AbstractAmazonRedshift.describeClusterSnapshots() |
DescribeClusterSnapshotsResult |
AmazonRedshift.describeClusterSnapshots(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about your
cluster snapshots.
|
DescribeClusterSnapshotsResult |
AmazonRedshiftClient.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.
|
Copyright © 2018. All rights reserved.