Uses of Class
com.amazonaws.services.redshift.model.DeleteSnapshotCopyGrantRequest
-
Packages that use DeleteSnapshotCopyGrantRequest Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of DeleteSnapshotCopyGrantRequest in com.amazonaws.services.redshift
Method parameters in com.amazonaws.services.redshift with type arguments of type DeleteSnapshotCopyGrantRequest Modifier and Type Method Description Future<DeleteSnapshotCopyGrantResult>AbstractAmazonRedshiftAsync. deleteSnapshotCopyGrantAsync(DeleteSnapshotCopyGrantRequest request, AsyncHandler<DeleteSnapshotCopyGrantRequest,DeleteSnapshotCopyGrantResult> asyncHandler)Future<DeleteSnapshotCopyGrantResult>AmazonRedshiftAsync. deleteSnapshotCopyGrantAsync(DeleteSnapshotCopyGrantRequest deleteSnapshotCopyGrantRequest, AsyncHandler<DeleteSnapshotCopyGrantRequest,DeleteSnapshotCopyGrantResult> asyncHandler)Deletes the specified snapshot copy grant.Future<DeleteSnapshotCopyGrantResult>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 DeleteSnapshotCopyGrantRequest Modifier and Type Method Description DeleteSnapshotCopyGrantRequestDeleteSnapshotCopyGrantRequest. clone()DeleteSnapshotCopyGrantRequestDeleteSnapshotCopyGrantRequest. withSnapshotCopyGrantName(String snapshotCopyGrantName)The name of the snapshot copy grant to delete.
-