Package | Description |
---|---|
com.amazonaws.services.redshift | |
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotCopyGrantsResult |
AmazonRedshift.describeSnapshotCopyGrants()
Simplified method form for invoking the DescribeSnapshotCopyGrants
operation.
|
DescribeSnapshotCopyGrantsResult |
AmazonRedshiftClient.describeSnapshotCopyGrants() |
DescribeSnapshotCopyGrantsResult |
AbstractAmazonRedshift.describeSnapshotCopyGrants() |
DescribeSnapshotCopyGrantsResult |
AmazonRedshift.describeSnapshotCopyGrants(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest)
Returns a list of snapshot copy grants owned by the AWS account in the
destination region.
|
DescribeSnapshotCopyGrantsResult |
AmazonRedshiftClient.describeSnapshotCopyGrants(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest)
Returns a list of snapshot copy grants owned by the AWS account in the
destination region.
|
DescribeSnapshotCopyGrantsResult |
AbstractAmazonRedshift.describeSnapshotCopyGrants(DescribeSnapshotCopyGrantsRequest request) |
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotCopyGrantsResult |
DescribeSnapshotCopyGrantsResult.clone() |
DescribeSnapshotCopyGrantsResult |
DescribeSnapshotCopyGrantsResult.withMarker(String marker)
An optional parameter that specifies the starting point to return a set
of response records.
|
DescribeSnapshotCopyGrantsResult |
DescribeSnapshotCopyGrantsResult.withSnapshotCopyGrants(Collection<SnapshotCopyGrant> snapshotCopyGrants)
The list of
SnapshotCopyGrant objects. |
DescribeSnapshotCopyGrantsResult |
DescribeSnapshotCopyGrantsResult.withSnapshotCopyGrants(SnapshotCopyGrant... snapshotCopyGrants)
The list of
SnapshotCopyGrant objects. |
Copyright © 2018. All rights reserved.