| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.model | |
| software.amazon.awssdk.services.redshift.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeClusterSnapshotsResponse |
RedshiftClient.describeClusterSnapshots(Consumer<DescribeClusterSnapshotsRequest.Builder> describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
default CompletableFuture<DescribeClusterSnapshotsResponse> |
RedshiftAsyncClient.describeClusterSnapshots(Consumer<DescribeClusterSnapshotsRequest.Builder> describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
default DescribeClusterSnapshotsIterable |
RedshiftClient.describeClusterSnapshotsPaginator(Consumer<DescribeClusterSnapshotsRequest.Builder> describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
default DescribeClusterSnapshotsPublisher |
RedshiftAsyncClient.describeClusterSnapshotsPaginator(Consumer<DescribeClusterSnapshotsRequest.Builder> describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.builder() |
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.clusterExists(Boolean clusterExists)
A value that indicates whether to return snapshots only for an existing cluster.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.clusterIdentifier(String clusterIdentifier)
The identifier of the cluster which generated the requested snapshots.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.endTime(Instant endTime)
A time value that requests only snapshots created at or before the specified time.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.marker(String marker)
An optional parameter that specifies the starting point to return a set of response records.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.maxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.ownerAccount(String ownerAccount)
The AWS customer account used to create or copy the snapshot.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.snapshotIdentifier(String snapshotIdentifier)
The snapshot identifier of the snapshot about which to return information.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.snapshotType(String snapshotType)
The type of snapshots for which you are requesting information.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.sortingEntities(Collection<SnapshotSortingEntity> sortingEntities)
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.sortingEntities(Consumer<SnapshotSortingEntity.Builder>... sortingEntities)
This is a convenience that creates an instance of the
List avoiding
the need to create one manually via List. |
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.sortingEntities(SnapshotSortingEntity... sortingEntities)
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.startTime(Instant startTime)
A value that requests only snapshots created at or after the specified time.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.tagKeys(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.Builder |
DescribeClusterSnapshotsRequest.Builder.tagKeys(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.Builder |
DescribeClusterSnapshotsRequest.Builder.tagValues(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.Builder |
DescribeClusterSnapshotsRequest.Builder.tagValues(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.Builder |
DescribeClusterSnapshotsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeClusterSnapshotsRequest.Builder> |
DescribeClusterSnapshotsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.