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