Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.clone() |
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withClusterExists(Boolean clusterExists)
A value that indicates whether to return snapshots only for an existing cluster.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withClusterIdentifier(String clusterIdentifier)
The identifier of the cluster which generated the requested snapshots.
|
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 Amazon Web Services account used to create or copy the snapshot.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withSnapshotArn(String snapshotArn)
The Amazon Resource Name (ARN) of the snapshot associated with the message to describe cluster snapshots.
|
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.withSortingEntities(Collection<SnapshotSortingEntity> sortingEntities)
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withSortingEntities(SnapshotSortingEntity... sortingEntities)
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withStartTime(Date startTime)
A value that requests only snapshots created at or after the specified time.
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withTagKeys(Collection<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(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(Collection<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(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 |
---|---|
Waiter<DescribeClusterSnapshotsRequest> |
AmazonRedshiftWaiters.snapshotAvailable()
Builds a SnapshotAvailable waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Modifier and Type | Method and Description |
---|---|
DescribeClusterSnapshotsResult |
DescribeClusterSnapshotsFunction.apply(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.