Package | Description |
---|---|
com.amazonaws.services.redshift |
Synchronous and asynchronous client classes for accessing AmazonRedshift.
|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
DescribeClusterSnapshotsResult |
AmazonRedshiftClient.describeClusterSnapshots()
Returns one or more snapshot objects, which contain metadata about
your cluster snapshots.
|
DescribeClusterSnapshotsResult |
AmazonRedshift.describeClusterSnapshots()
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 |
AmazonRedshift.describeClusterSnapshots(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about
your cluster snapshots.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeClusterSnapshotsResult> |
AmazonRedshiftAsync.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about
your cluster snapshots.
|
Future<DescribeClusterSnapshotsResult> |
AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about
your cluster snapshots.
|
Future<DescribeClusterSnapshotsResult> |
AmazonRedshiftAsync.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest,
AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler)
Returns one or more snapshot objects, which contain metadata about
your cluster snapshots.
|
Future<DescribeClusterSnapshotsResult> |
AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest,
AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler)
Returns one or more snapshot objects, which contain metadata about
your cluster snapshots.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeClusterSnapshotsResult> |
AmazonRedshiftAsync.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest,
AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler)
Returns one or more snapshot objects, which contain metadata about
your cluster snapshots.
|
Future<DescribeClusterSnapshotsResult> |
AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest,
AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler)
Returns one or more snapshot objects, which contain metadata about
your cluster snapshots.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.