| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSnapshotCopyGrantsResponse |
RedshiftClient.describeSnapshotCopyGrants(Consumer<DescribeSnapshotCopyGrantsRequest.Builder> describeSnapshotCopyGrantsRequest)
Returns a list of snapshot copy grants owned by the AWS account in the destination region.
|
default CompletableFuture<DescribeSnapshotCopyGrantsResponse> |
RedshiftAsyncClient.describeSnapshotCopyGrants(Consumer<DescribeSnapshotCopyGrantsRequest.Builder> describeSnapshotCopyGrantsRequest)
Returns a list of snapshot copy grants owned by the AWS account in the destination region.
|
default DescribeSnapshotCopyGrantsIterable |
RedshiftClient.describeSnapshotCopyGrantsPaginator(Consumer<DescribeSnapshotCopyGrantsRequest.Builder> describeSnapshotCopyGrantsRequest)
Returns a list of snapshot copy grants owned by the AWS account in the destination region.
|
default DescribeSnapshotCopyGrantsPublisher |
RedshiftAsyncClient.describeSnapshotCopyGrantsPaginator(Consumer<DescribeSnapshotCopyGrantsRequest.Builder> describeSnapshotCopyGrantsRequest)
Returns a list of snapshot copy grants owned by the AWS account in the destination region.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeSnapshotCopyGrantsRequest.Builder |
DescribeSnapshotCopyGrantsRequest.builder() |
DescribeSnapshotCopyGrantsRequest.Builder |
DescribeSnapshotCopyGrantsRequest.Builder.marker(String marker)
An optional parameter that specifies the starting point to return a set of response records.
|
DescribeSnapshotCopyGrantsRequest.Builder |
DescribeSnapshotCopyGrantsRequest.Builder.maxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
DescribeSnapshotCopyGrantsRequest.Builder |
DescribeSnapshotCopyGrantsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeSnapshotCopyGrantsRequest.Builder |
DescribeSnapshotCopyGrantsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeSnapshotCopyGrantsRequest.Builder |
DescribeSnapshotCopyGrantsRequest.Builder.snapshotCopyGrantName(String snapshotCopyGrantName)
The name of the snapshot copy grant.
|
DescribeSnapshotCopyGrantsRequest.Builder |
DescribeSnapshotCopyGrantsRequest.Builder.tagKeys(Collection<String> tagKeys)
A tag key or keys for which you want to return all matching resources that are associated with the specified
key or keys.
|
DescribeSnapshotCopyGrantsRequest.Builder |
DescribeSnapshotCopyGrantsRequest.Builder.tagKeys(String... tagKeys)
A tag key or keys for which you want to return all matching resources that are associated with the specified
key or keys.
|
DescribeSnapshotCopyGrantsRequest.Builder |
DescribeSnapshotCopyGrantsRequest.Builder.tagValues(Collection<String> tagValues)
A tag value or values for which you want to return all matching resources that are associated with the
specified value or values.
|
DescribeSnapshotCopyGrantsRequest.Builder |
DescribeSnapshotCopyGrantsRequest.Builder.tagValues(String... tagValues)
A tag value or values for which you want to return all matching resources that are associated with the
specified value or values.
|
DescribeSnapshotCopyGrantsRequest.Builder |
DescribeSnapshotCopyGrantsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeSnapshotCopyGrantsRequest.Builder> |
DescribeSnapshotCopyGrantsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.