Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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> |
AmazonRedshiftAsync.revokeSnapshotAccessAsync(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,
AsyncHandler<RevokeSnapshotAccessRequest,Snapshot> asyncHandler)
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.
|
Modifier and Type | Method and Description |
---|---|
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 revokeSnapshotAccessRequest,
AsyncHandler<RevokeSnapshotAccessRequest,Snapshot> asyncHandler)
Removes the ability of the specified AWS customer account to restore
the specified snapshot.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All rights reserved.