|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RevokeSnapshotAccessRequest | |
---|---|
com.amazonaws.services.redshift | Synchronous and asynchronous client classes for accessing AmazonRedshift. |
com.amazonaws.services.redshift.model | Classes modeling the various types represented by AmazonRedshift. |
Uses of RevokeSnapshotAccessRequest in com.amazonaws.services.redshift |
---|
Methods in com.amazonaws.services.redshift with parameters of type RevokeSnapshotAccessRequest | |
---|---|
Snapshot |
AmazonRedshiftClient.revokeSnapshotAccess(RevokeSnapshotAccessRequest revokeSnapshotAccessRequest)
Removes the ability of the specified AWS customer account to restore the specified snapshot. |
Snapshot |
AmazonRedshift.revokeSnapshotAccess(RevokeSnapshotAccessRequest revokeSnapshotAccessRequest)
Removes the ability of the specified AWS customer account to restore the specified snapshot. |
Future<Snapshot> |
AmazonRedshiftAsyncClient.revokeSnapshotAccessAsync(RevokeSnapshotAccessRequest revokeSnapshotAccessRequest)
Removes the ability of the specified AWS customer account to restore the specified snapshot. |
Future<Snapshot> |
AmazonRedshiftAsync.revokeSnapshotAccessAsync(RevokeSnapshotAccessRequest revokeSnapshotAccessRequest)
Removes the ability of the specified AWS customer account to restore the specified snapshot. |
Future<Snapshot> |
AmazonRedshiftAsyncClient.revokeSnapshotAccessAsync(RevokeSnapshotAccessRequest revokeSnapshotAccessRequest,
AsyncHandler<RevokeSnapshotAccessRequest,Snapshot> asyncHandler)
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. |
Method parameters in com.amazonaws.services.redshift with type arguments of type RevokeSnapshotAccessRequest | |
---|---|
Future<Snapshot> |
AmazonRedshiftAsyncClient.revokeSnapshotAccessAsync(RevokeSnapshotAccessRequest revokeSnapshotAccessRequest,
AsyncHandler<RevokeSnapshotAccessRequest,Snapshot> asyncHandler)
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. |
Uses of RevokeSnapshotAccessRequest in com.amazonaws.services.redshift.model |
---|
Methods in com.amazonaws.services.redshift.model that return RevokeSnapshotAccessRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |