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(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> |
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 |
---|---|
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 parameter that specifies the starting point to return a
set of response records.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
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.
|
Copyright © 2014. All rights reserved.