Uses of Class
com.amazonaws.services.redshift.model.RevokeSnapshotAccessRequest
Packages that use RevokeSnapshotAccessRequest
-
Uses of RevokeSnapshotAccessRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type RevokeSnapshotAccessRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.revokeSnapshotAccess
(RevokeSnapshotAccessRequest request) AmazonRedshift.revokeSnapshotAccess
(RevokeSnapshotAccessRequest revokeSnapshotAccessRequest) Removes the ability of the specified AWS customer account to restore the specified snapshot.AmazonRedshiftClient.revokeSnapshotAccess
(RevokeSnapshotAccessRequest revokeSnapshotAccessRequest) Removes the ability of the specified AWS customer account to restore the specified snapshot.AbstractAmazonRedshiftAsync.revokeSnapshotAccessAsync
(RevokeSnapshotAccessRequest request) AbstractAmazonRedshiftAsync.revokeSnapshotAccessAsync
(RevokeSnapshotAccessRequest request, AsyncHandler<RevokeSnapshotAccessRequest, Snapshot> asyncHandler) AmazonRedshiftAsync.revokeSnapshotAccessAsync
(RevokeSnapshotAccessRequest revokeSnapshotAccessRequest) Removes the ability of the specified AWS customer account to restore the specified snapshot.AmazonRedshiftAsync.revokeSnapshotAccessAsync
(RevokeSnapshotAccessRequest revokeSnapshotAccessRequest, AsyncHandler<RevokeSnapshotAccessRequest, Snapshot> asyncHandler) Removes the ability of the specified AWS customer account to restore the specified snapshot.AmazonRedshiftAsyncClient.revokeSnapshotAccessAsync
(RevokeSnapshotAccessRequest request) AmazonRedshiftAsyncClient.revokeSnapshotAccessAsync
(RevokeSnapshotAccessRequest request, AsyncHandler<RevokeSnapshotAccessRequest, Snapshot> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type RevokeSnapshotAccessRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.revokeSnapshotAccessAsync
(RevokeSnapshotAccessRequest request, AsyncHandler<RevokeSnapshotAccessRequest, Snapshot> asyncHandler) AmazonRedshiftAsync.revokeSnapshotAccessAsync
(RevokeSnapshotAccessRequest revokeSnapshotAccessRequest, AsyncHandler<RevokeSnapshotAccessRequest, Snapshot> asyncHandler) Removes the ability of the specified AWS customer account to restore the specified snapshot.AmazonRedshiftAsyncClient.revokeSnapshotAccessAsync
(RevokeSnapshotAccessRequest request, AsyncHandler<RevokeSnapshotAccessRequest, Snapshot> asyncHandler) -
Uses of RevokeSnapshotAccessRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return RevokeSnapshotAccessRequestModifier and TypeMethodDescriptionRevokeSnapshotAccessRequest.clone()
RevokeSnapshotAccessRequest.withAccountWithRestoreAccess
(String accountWithRestoreAccess) The identifier of the AWS customer account that can no longer restore the specified snapshot.RevokeSnapshotAccessRequest.withSnapshotClusterIdentifier
(String snapshotClusterIdentifier) The identifier of the cluster the snapshot was created from.RevokeSnapshotAccessRequest.withSnapshotIdentifier
(String snapshotIdentifier) The identifier of the snapshot that the account can no longer access.