Uses of Class
com.amazonaws.services.redshift.model.DescribeSnapshotCopyGrantsRequest
Packages that use DescribeSnapshotCopyGrantsRequest
-
Uses of DescribeSnapshotCopyGrantsRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type DescribeSnapshotCopyGrantsRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.describeSnapshotCopyGrants
(DescribeSnapshotCopyGrantsRequest request) AmazonRedshift.describeSnapshotCopyGrants
(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest) Returns a list of snapshot copy grants owned by the AWS account in the destination region.AmazonRedshiftClient.describeSnapshotCopyGrants
(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest) Returns a list of snapshot copy grants owned by the AWS account in the destination region.AbstractAmazonRedshiftAsync.describeSnapshotCopyGrantsAsync
(DescribeSnapshotCopyGrantsRequest request) AbstractAmazonRedshiftAsync.describeSnapshotCopyGrantsAsync
(DescribeSnapshotCopyGrantsRequest request, AsyncHandler<DescribeSnapshotCopyGrantsRequest, DescribeSnapshotCopyGrantsResult> asyncHandler) AmazonRedshiftAsync.describeSnapshotCopyGrantsAsync
(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest) Returns a list of snapshot copy grants owned by the AWS account in the destination region.AmazonRedshiftAsync.describeSnapshotCopyGrantsAsync
(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest, AsyncHandler<DescribeSnapshotCopyGrantsRequest, DescribeSnapshotCopyGrantsResult> asyncHandler) Returns a list of snapshot copy grants owned by the AWS account in the destination region.AmazonRedshiftAsyncClient.describeSnapshotCopyGrantsAsync
(DescribeSnapshotCopyGrantsRequest request) AmazonRedshiftAsyncClient.describeSnapshotCopyGrantsAsync
(DescribeSnapshotCopyGrantsRequest request, AsyncHandler<DescribeSnapshotCopyGrantsRequest, DescribeSnapshotCopyGrantsResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeSnapshotCopyGrantsRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.describeSnapshotCopyGrantsAsync
(AsyncHandler<DescribeSnapshotCopyGrantsRequest, DescribeSnapshotCopyGrantsResult> asyncHandler) Simplified method form for invoking the DescribeSnapshotCopyGrants operation with an AsyncHandler.AbstractAmazonRedshiftAsync.describeSnapshotCopyGrantsAsync
(DescribeSnapshotCopyGrantsRequest request, AsyncHandler<DescribeSnapshotCopyGrantsRequest, DescribeSnapshotCopyGrantsResult> asyncHandler) AmazonRedshiftAsync.describeSnapshotCopyGrantsAsync
(AsyncHandler<DescribeSnapshotCopyGrantsRequest, DescribeSnapshotCopyGrantsResult> asyncHandler) Simplified method form for invoking the DescribeSnapshotCopyGrants operation with an AsyncHandler.AmazonRedshiftAsync.describeSnapshotCopyGrantsAsync
(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest, AsyncHandler<DescribeSnapshotCopyGrantsRequest, DescribeSnapshotCopyGrantsResult> asyncHandler) Returns a list of snapshot copy grants owned by the AWS account in the destination region.AmazonRedshiftAsyncClient.describeSnapshotCopyGrantsAsync
(AsyncHandler<DescribeSnapshotCopyGrantsRequest, DescribeSnapshotCopyGrantsResult> asyncHandler) Simplified method form for invoking the DescribeSnapshotCopyGrants operation with an AsyncHandler.AmazonRedshiftAsyncClient.describeSnapshotCopyGrantsAsync
(DescribeSnapshotCopyGrantsRequest request, AsyncHandler<DescribeSnapshotCopyGrantsRequest, DescribeSnapshotCopyGrantsResult> asyncHandler) -
Uses of DescribeSnapshotCopyGrantsRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DescribeSnapshotCopyGrantsRequestModifier and TypeMethodDescriptionDescribeSnapshotCopyGrantsRequest.clone()
DescribeSnapshotCopyGrantsRequest.withMarker
(String marker) An optional parameter that specifies the starting point to return a set of response records.DescribeSnapshotCopyGrantsRequest.withMaxRecords
(Integer maxRecords) The maximum number of response records to return in each call.DescribeSnapshotCopyGrantsRequest.withSnapshotCopyGrantName
(String snapshotCopyGrantName) The name of the snapshot copy grant.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.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.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.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.