| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model | |
| software.amazon.awssdk.services.redshift.paginators |
| Modifier and Type | Method and Description |
|---|---|
SnapshotCopyGrant |
CreateSnapshotCopyGrantResponse.snapshotCopyGrant()
Returns the value of the SnapshotCopyGrant property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotCopyGrant> |
DescribeSnapshotCopyGrantsResponse.snapshotCopyGrants()
The list of
SnapshotCopyGrant objects. |
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotCopyGrantResponse.Builder |
CreateSnapshotCopyGrantResponse.Builder.snapshotCopyGrant(SnapshotCopyGrant snapshotCopyGrant)
Sets the value of the SnapshotCopyGrant property for this object.
|
DescribeSnapshotCopyGrantsResponse.Builder |
DescribeSnapshotCopyGrantsResponse.Builder.snapshotCopyGrants(SnapshotCopyGrant... snapshotCopyGrants)
The list of
SnapshotCopyGrant objects. |
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotCopyGrantsResponse.Builder |
DescribeSnapshotCopyGrantsResponse.Builder.snapshotCopyGrants(Collection<SnapshotCopyGrant> snapshotCopyGrants)
The list of
SnapshotCopyGrant objects. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<SnapshotCopyGrant> |
DescribeSnapshotCopyGrantsPublisher.snapshotCopyGrants()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<SnapshotCopyGrant> |
DescribeSnapshotCopyGrantsIterable.snapshotCopyGrants()
Returns an iterable to iterate through the paginated
DescribeSnapshotCopyGrantsResponse.snapshotCopyGrants() member. |
Copyright © 2023. All rights reserved.