| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeSnapshotCopyGrantsResponse.Builder |
DescribeSnapshotCopyGrantsResponse.builder() |
DescribeSnapshotCopyGrantsResponse.Builder |
DescribeSnapshotCopyGrantsResponse.Builder.marker(String marker)
An optional parameter that specifies the starting point to return a set of response records.
|
DescribeSnapshotCopyGrantsResponse.Builder |
DescribeSnapshotCopyGrantsResponse.Builder.snapshotCopyGrants(Collection<SnapshotCopyGrant> snapshotCopyGrants)
The list of
SnapshotCopyGrant objects. |
DescribeSnapshotCopyGrantsResponse.Builder |
DescribeSnapshotCopyGrantsResponse.Builder.snapshotCopyGrants(Consumer<SnapshotCopyGrant.Builder>... snapshotCopyGrants)
The list of
SnapshotCopyGrant objects. |
DescribeSnapshotCopyGrantsResponse.Builder |
DescribeSnapshotCopyGrantsResponse.Builder.snapshotCopyGrants(SnapshotCopyGrant... snapshotCopyGrants)
The list of
SnapshotCopyGrant objects. |
DescribeSnapshotCopyGrantsResponse.Builder |
DescribeSnapshotCopyGrantsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeSnapshotCopyGrantsResponse.Builder> |
DescribeSnapshotCopyGrantsResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.