| Package | Description |
|---|---|
| com.amazonaws.services.redshift |
Synchronous and asynchronous client classes for accessing AmazonRedshift.
|
| com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotCopyGrantsResult |
AmazonRedshiftClient.describeSnapshotCopyGrants(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest)
Returns a list of snapshot copy grants owned by the AWS account in
the destination region.
|
DescribeSnapshotCopyGrantsResult |
AmazonRedshift.describeSnapshotCopyGrants(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest)
Returns a list of snapshot copy grants owned by the AWS account in
the destination region.
|
Future<DescribeSnapshotCopyGrantsResult> |
AmazonRedshiftAsync.describeSnapshotCopyGrantsAsync(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest)
Returns a list of snapshot copy grants owned by the AWS account in
the destination region.
|
Future<DescribeSnapshotCopyGrantsResult> |
AmazonRedshiftAsyncClient.describeSnapshotCopyGrantsAsync(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest)
Returns a list of snapshot copy grants owned by the AWS account in
the destination region.
|
Future<DescribeSnapshotCopyGrantsResult> |
AmazonRedshiftAsync.describeSnapshotCopyGrantsAsync(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest,
AsyncHandler<DescribeSnapshotCopyGrantsRequest,DescribeSnapshotCopyGrantsResult> asyncHandler)
Returns a list of snapshot copy grants owned by the AWS account in
the destination region.
|
Future<DescribeSnapshotCopyGrantsResult> |
AmazonRedshiftAsyncClient.describeSnapshotCopyGrantsAsync(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest,
AsyncHandler<DescribeSnapshotCopyGrantsRequest,DescribeSnapshotCopyGrantsResult> asyncHandler)
Returns a list of snapshot copy grants owned by the AWS account in
the destination region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeSnapshotCopyGrantsResult> |
AmazonRedshiftAsync.describeSnapshotCopyGrantsAsync(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest,
AsyncHandler<DescribeSnapshotCopyGrantsRequest,DescribeSnapshotCopyGrantsResult> asyncHandler)
Returns a list of snapshot copy grants owned by the AWS account in
the destination region.
|
Future<DescribeSnapshotCopyGrantsResult> |
AmazonRedshiftAsyncClient.describeSnapshotCopyGrantsAsync(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest,
AsyncHandler<DescribeSnapshotCopyGrantsRequest,DescribeSnapshotCopyGrantsResult> asyncHandler)
Returns a list of snapshot copy grants owned by the AWS account in
the destination region.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotCopyGrantsRequest |
DescribeSnapshotCopyGrantsRequest.clone() |
DescribeSnapshotCopyGrantsRequest |
DescribeSnapshotCopyGrantsRequest.withMarker(String marker)
An optional parameter that specifies the starting point to return a
set of response records.
|
DescribeSnapshotCopyGrantsRequest |
DescribeSnapshotCopyGrantsRequest.withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
DescribeSnapshotCopyGrantsRequest |
DescribeSnapshotCopyGrantsRequest.withSnapshotCopyGrantName(String snapshotCopyGrantName)
The name of the snapshot copy grant.
|
DescribeSnapshotCopyGrantsRequest |
DescribeSnapshotCopyGrantsRequest.withTagKeys(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 |
DescribeSnapshotCopyGrantsRequest.withTagKeys(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 |
DescribeSnapshotCopyGrantsRequest.withTagValues(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 |
DescribeSnapshotCopyGrantsRequest.withTagValues(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.
|
Copyright © 2015. All rights reserved.