Package | Description |
---|---|
com.amazonaws.services.redshift | |
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
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.
|
DescribeClusterSnapshotsResult |
AbstractAmazonRedshift.describeClusterSnapshots(DescribeClusterSnapshotsRequest request) |
java.util.concurrent.Future<DescribeClusterSnapshotsResult> |
AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest request) |
java.util.concurrent.Future<DescribeClusterSnapshotsResult> |
AmazonRedshiftAsync.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about your
cluster snapshots.
|
java.util.concurrent.Future<DescribeClusterSnapshotsResult> |
AbstractAmazonRedshiftAsync.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest request) |
java.util.concurrent.Future<DescribeClusterSnapshotsResult> |
AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest request,
AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler) |
java.util.concurrent.Future<DescribeClusterSnapshotsResult> |
AmazonRedshiftAsync.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest,
AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler)
Returns one or more snapshot objects, which contain metadata about your
cluster snapshots.
|
java.util.concurrent.Future<DescribeClusterSnapshotsResult> |
AbstractAmazonRedshiftAsync.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest request,
AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeClusterSnapshotsResult> |
AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync(AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeClusterSnapshots
operation with an AsyncHandler.
|
java.util.concurrent.Future<DescribeClusterSnapshotsResult> |
AmazonRedshiftAsync.describeClusterSnapshotsAsync(AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeClusterSnapshots
operation with an AsyncHandler.
|
java.util.concurrent.Future<DescribeClusterSnapshotsResult> |
AbstractAmazonRedshiftAsync.describeClusterSnapshotsAsync(AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeClusterSnapshots
operation with an AsyncHandler.
|
java.util.concurrent.Future<DescribeClusterSnapshotsResult> |
AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest request,
AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler) |
java.util.concurrent.Future<DescribeClusterSnapshotsResult> |
AmazonRedshiftAsync.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest,
AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler)
Returns one or more snapshot objects, which contain metadata about your
cluster snapshots.
|
java.util.concurrent.Future<DescribeClusterSnapshotsResult> |
AbstractAmazonRedshiftAsync.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest request,
AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.clone() |
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withClusterIdentifier(java.lang.String clusterIdentifier)
The identifier of the cluster for which information about snapshots is
requested.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withEndTime(java.util.Date endTime)
A time value that requests only snapshots created at or before the
specified time.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withMarker(java.lang.String marker)
An optional parameter that specifies the starting point to return a set
of response records.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withMaxRecords(java.lang.Integer maxRecords)
The maximum number of response records to return in each call.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withOwnerAccount(java.lang.String ownerAccount)
The AWS customer account used to create or copy the snapshot.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withSnapshotIdentifier(java.lang.String snapshotIdentifier)
The snapshot identifier of the snapshot about which to return
information.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withSnapshotType(java.lang.String snapshotType)
The type of snapshots for which you are requesting information.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withStartTime(java.util.Date startTime)
A value that requests only snapshots created at or after the specified
time.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withTagKeys(java.util.Collection<java.lang.String> tagKeys)
A tag key or keys for which you want to return all matching cluster
snapshots that are associated with the specified key or keys.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withTagKeys(java.lang.String... tagKeys)
A tag key or keys for which you want to return all matching cluster
snapshots that are associated with the specified key or keys.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withTagValues(java.util.Collection<java.lang.String> tagValues)
A tag value or values for which you want to return all matching cluster
snapshots that are associated with the specified tag value or values.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withTagValues(java.lang.String... tagValues)
A tag value or values for which you want to return all matching cluster
snapshots that are associated with the specified tag value or values.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeClusterSnapshotsRequest> |
DescribeClusterSnapshotsRequestMarshaller.marshall(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DescribeClusterSnapshotsRequest> |
DescribeClusterSnapshotsRequestMarshaller.marshall(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest) |