Uses of Class
com.amazonaws.services.redshift.model.DeleteSnapshotCopyGrantRequest
Packages that use DeleteSnapshotCopyGrantRequest
-
Uses of DeleteSnapshotCopyGrantRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type DeleteSnapshotCopyGrantRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.deleteSnapshotCopyGrant
(DeleteSnapshotCopyGrantRequest request) AmazonRedshift.deleteSnapshotCopyGrant
(DeleteSnapshotCopyGrantRequest deleteSnapshotCopyGrantRequest) Deletes the specified snapshot copy grant.AmazonRedshiftClient.deleteSnapshotCopyGrant
(DeleteSnapshotCopyGrantRequest deleteSnapshotCopyGrantRequest) Deletes the specified snapshot copy grant.AbstractAmazonRedshiftAsync.deleteSnapshotCopyGrantAsync
(DeleteSnapshotCopyGrantRequest request) AbstractAmazonRedshiftAsync.deleteSnapshotCopyGrantAsync
(DeleteSnapshotCopyGrantRequest request, AsyncHandler<DeleteSnapshotCopyGrantRequest, DeleteSnapshotCopyGrantResult> asyncHandler) AmazonRedshiftAsync.deleteSnapshotCopyGrantAsync
(DeleteSnapshotCopyGrantRequest deleteSnapshotCopyGrantRequest) Deletes the specified snapshot copy grant.AmazonRedshiftAsync.deleteSnapshotCopyGrantAsync
(DeleteSnapshotCopyGrantRequest deleteSnapshotCopyGrantRequest, AsyncHandler<DeleteSnapshotCopyGrantRequest, DeleteSnapshotCopyGrantResult> asyncHandler) Deletes the specified snapshot copy grant.AmazonRedshiftAsyncClient.deleteSnapshotCopyGrantAsync
(DeleteSnapshotCopyGrantRequest request) AmazonRedshiftAsyncClient.deleteSnapshotCopyGrantAsync
(DeleteSnapshotCopyGrantRequest request, AsyncHandler<DeleteSnapshotCopyGrantRequest, DeleteSnapshotCopyGrantResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DeleteSnapshotCopyGrantRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.deleteSnapshotCopyGrantAsync
(DeleteSnapshotCopyGrantRequest request, AsyncHandler<DeleteSnapshotCopyGrantRequest, DeleteSnapshotCopyGrantResult> asyncHandler) AmazonRedshiftAsync.deleteSnapshotCopyGrantAsync
(DeleteSnapshotCopyGrantRequest deleteSnapshotCopyGrantRequest, AsyncHandler<DeleteSnapshotCopyGrantRequest, DeleteSnapshotCopyGrantResult> asyncHandler) Deletes the specified snapshot copy grant.AmazonRedshiftAsyncClient.deleteSnapshotCopyGrantAsync
(DeleteSnapshotCopyGrantRequest request, AsyncHandler<DeleteSnapshotCopyGrantRequest, DeleteSnapshotCopyGrantResult> asyncHandler) -
Uses of DeleteSnapshotCopyGrantRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DeleteSnapshotCopyGrantRequestModifier and TypeMethodDescriptionDeleteSnapshotCopyGrantRequest.clone()
DeleteSnapshotCopyGrantRequest.withSnapshotCopyGrantName
(String snapshotCopyGrantName) The name of the snapshot copy grant to delete.