Uses of Class
software.amazon.awssdk.services.redshift.model.RevokeSnapshotAccessResponse
-
Packages that use RevokeSnapshotAccessResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of RevokeSnapshotAccessResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return RevokeSnapshotAccessResponse Modifier and Type Method Description default RevokeSnapshotAccessResponseRedshiftClient. revokeSnapshotAccess(Consumer<RevokeSnapshotAccessRequest.Builder> revokeSnapshotAccessRequest)Removes the ability of the specified Amazon Web Services account to restore the specified snapshot.default RevokeSnapshotAccessResponseRedshiftClient. revokeSnapshotAccess(RevokeSnapshotAccessRequest revokeSnapshotAccessRequest)Removes the ability of the specified Amazon Web Services account to restore the specified snapshot.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type RevokeSnapshotAccessResponse Modifier and Type Method Description default CompletableFuture<RevokeSnapshotAccessResponse>RedshiftAsyncClient. revokeSnapshotAccess(Consumer<RevokeSnapshotAccessRequest.Builder> revokeSnapshotAccessRequest)Removes the ability of the specified Amazon Web Services account to restore the specified snapshot.default CompletableFuture<RevokeSnapshotAccessResponse>RedshiftAsyncClient. revokeSnapshotAccess(RevokeSnapshotAccessRequest revokeSnapshotAccessRequest)Removes the ability of the specified Amazon Web Services account to restore the specified snapshot.
-