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