Uses of Class
software.amazon.awssdk.services.redshift.model.DeleteSnapshotCopyGrantResponse
-
Packages that use DeleteSnapshotCopyGrantResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of DeleteSnapshotCopyGrantResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DeleteSnapshotCopyGrantResponse Modifier and Type Method Description default DeleteSnapshotCopyGrantResponseRedshiftClient. deleteSnapshotCopyGrant(Consumer<DeleteSnapshotCopyGrantRequest.Builder> deleteSnapshotCopyGrantRequest)Deletes the specified snapshot copy grant.default DeleteSnapshotCopyGrantResponseRedshiftClient. deleteSnapshotCopyGrant(DeleteSnapshotCopyGrantRequest deleteSnapshotCopyGrantRequest)Deletes the specified snapshot copy grant.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DeleteSnapshotCopyGrantResponse Modifier and Type Method Description default CompletableFuture<DeleteSnapshotCopyGrantResponse>RedshiftAsyncClient. deleteSnapshotCopyGrant(Consumer<DeleteSnapshotCopyGrantRequest.Builder> deleteSnapshotCopyGrantRequest)Deletes the specified snapshot copy grant.default CompletableFuture<DeleteSnapshotCopyGrantResponse>RedshiftAsyncClient. deleteSnapshotCopyGrant(DeleteSnapshotCopyGrantRequest deleteSnapshotCopyGrantRequest)Deletes the specified snapshot copy grant.
-