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(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.
|
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 |
---|---|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withClusterIdentifier(String clusterIdentifier)
The identifier of the cluster for which information about snapshots is
requested.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withEndTime(Date endTime)
A time value that requests only snapshots created at or before the
specified time.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withMarker(String marker)
An optional marker returned by a previous
DescribeClusterSnapshots request to indicate the first snapshot
that the request will return.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withMaxRecords(Integer maxRecords)
The maximum number of snapshot records to include in the response.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withOwnerAccount(String ownerAccount)
The AWS customer account used to create or copy the snapshot.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withSnapshotIdentifier(String snapshotIdentifier)
The snapshot identifier of the snapshot about which to return
information.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withSnapshotType(String snapshotType)
The type of snapshots for which you are requesting information.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withStartTime(Date startTime)
A value that requests only snapshots created at or after the specified
time.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeClusterSnapshotsRequest> |
DescribeClusterSnapshotsRequestMarshaller.marshall(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DescribeClusterSnapshotsRequest> |
DescribeClusterSnapshotsRequestMarshaller.marshall(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest) |
Copyright © 2016. All rights reserved.