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.
|
com.amazonaws.services.redshift.model.transform |
Marhsalling for 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> |
AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about
your cluster snapshots.
|
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,
AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler)
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.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeClusterSnapshotsResult> |
AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest,
AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler)
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.
|
Modifier and Type | Method and Description |
---|---|
DescribeClusterSnapshotsResult |
DescribeClusterSnapshotsResult.withMarker(String marker)
A marker that indicates the first snapshot that a subsequent
DescribeClusterSnapshots request will return.
|
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 |
DescribeClusterSnapshotsResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2016. All rights reserved.