| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSnapshotCopyGrantsResponse |
RedshiftClient.describeSnapshotCopyGrants()
Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.
|
default DescribeSnapshotCopyGrantsResponse |
RedshiftClient.describeSnapshotCopyGrants(Consumer<DescribeSnapshotCopyGrantsRequest.Builder> describeSnapshotCopyGrantsRequest)
Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.
|
default DescribeSnapshotCopyGrantsResponse |
RedshiftClient.describeSnapshotCopyGrants(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest)
Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeSnapshotCopyGrantsResponse> |
RedshiftAsyncClient.describeSnapshotCopyGrants()
Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.
|
default CompletableFuture<DescribeSnapshotCopyGrantsResponse> |
RedshiftAsyncClient.describeSnapshotCopyGrants(Consumer<DescribeSnapshotCopyGrantsRequest.Builder> describeSnapshotCopyGrantsRequest)
Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.
|
default CompletableFuture<DescribeSnapshotCopyGrantsResponse> |
RedshiftAsyncClient.describeSnapshotCopyGrants(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest)
Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeSnapshotCopyGrantsResponse> |
DescribeSnapshotCopyGrantsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSnapshotCopyGrantsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeSnapshotCopyGrantsResponse> subscriber) |
Copyright © 2023. All rights reserved.