Uses of Class
com.amazonaws.services.redshift.model.DescribeSnapshotCopyGrantsResult
Packages that use DescribeSnapshotCopyGrantsResult
-
Uses of DescribeSnapshotCopyGrantsResult in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return DescribeSnapshotCopyGrantsResultModifier and TypeMethodDescriptionAbstractAmazonRedshift.describeSnapshotCopyGrants()
AbstractAmazonRedshift.describeSnapshotCopyGrants
(DescribeSnapshotCopyGrantsRequest request) AmazonRedshift.describeSnapshotCopyGrants()
Simplified method form for invoking the DescribeSnapshotCopyGrants operation.AmazonRedshift.describeSnapshotCopyGrants
(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest) Returns a list of snapshot copy grants owned by the AWS account in the destination region.AmazonRedshiftClient.describeSnapshotCopyGrants()
AmazonRedshiftClient.describeSnapshotCopyGrants
(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest) Returns a list of snapshot copy grants owned by the AWS account in the destination region.Methods in com.amazonaws.services.redshift that return types with arguments of type DescribeSnapshotCopyGrantsResultModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.describeSnapshotCopyGrantsAsync()
Simplified method form for invoking the DescribeSnapshotCopyGrants operation.AbstractAmazonRedshiftAsync.describeSnapshotCopyGrantsAsync
(AsyncHandler<DescribeSnapshotCopyGrantsRequest, DescribeSnapshotCopyGrantsResult> asyncHandler) Simplified method form for invoking the DescribeSnapshotCopyGrants operation with an AsyncHandler.AbstractAmazonRedshiftAsync.describeSnapshotCopyGrantsAsync
(DescribeSnapshotCopyGrantsRequest request) AbstractAmazonRedshiftAsync.describeSnapshotCopyGrantsAsync
(DescribeSnapshotCopyGrantsRequest request, AsyncHandler<DescribeSnapshotCopyGrantsRequest, DescribeSnapshotCopyGrantsResult> asyncHandler) AmazonRedshiftAsync.describeSnapshotCopyGrantsAsync()
Simplified method form for invoking the DescribeSnapshotCopyGrants operation.AmazonRedshiftAsync.describeSnapshotCopyGrantsAsync
(AsyncHandler<DescribeSnapshotCopyGrantsRequest, DescribeSnapshotCopyGrantsResult> asyncHandler) Simplified method form for invoking the DescribeSnapshotCopyGrants operation with an 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()
Simplified method form for invoking the DescribeSnapshotCopyGrants operation.AmazonRedshiftAsyncClient.describeSnapshotCopyGrantsAsync
(AsyncHandler<DescribeSnapshotCopyGrantsRequest, DescribeSnapshotCopyGrantsResult> asyncHandler) Simplified method form for invoking the DescribeSnapshotCopyGrants operation with an AsyncHandler.AmazonRedshiftAsyncClient.describeSnapshotCopyGrantsAsync
(DescribeSnapshotCopyGrantsRequest request) AmazonRedshiftAsyncClient.describeSnapshotCopyGrantsAsync
(DescribeSnapshotCopyGrantsRequest request, AsyncHandler<DescribeSnapshotCopyGrantsRequest, DescribeSnapshotCopyGrantsResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeSnapshotCopyGrantsResultModifier 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 DescribeSnapshotCopyGrantsResult in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DescribeSnapshotCopyGrantsResultModifier and TypeMethodDescriptionDescribeSnapshotCopyGrantsResult.clone()
DescribeSnapshotCopyGrantsResult.withMarker
(String marker) An optional parameter that specifies the starting point to return a set of response records.DescribeSnapshotCopyGrantsResult.withSnapshotCopyGrants
(SnapshotCopyGrant... snapshotCopyGrants) The list ofSnapshotCopyGrant
objects.DescribeSnapshotCopyGrantsResult.withSnapshotCopyGrants
(Collection<SnapshotCopyGrant> snapshotCopyGrants) The list ofSnapshotCopyGrant
objects.