Package | Description |
---|---|
com.amazonaws.services.redshift | |
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
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.
|
Snapshot |
AbstractAmazonRedshift.revokeSnapshotAccess(RevokeSnapshotAccessRequest request) |
Future<Snapshot> |
AmazonRedshiftAsyncClient.revokeSnapshotAccessAsync(RevokeSnapshotAccessRequest request) |
Future<Snapshot> |
AmazonRedshiftAsync.revokeSnapshotAccessAsync(RevokeSnapshotAccessRequest revokeSnapshotAccessRequest)
Removes the ability of the specified AWS customer account to restore the
specified snapshot.
|
Future<Snapshot> |
AbstractAmazonRedshiftAsync.revokeSnapshotAccessAsync(RevokeSnapshotAccessRequest request) |
Future<Snapshot> |
AmazonRedshiftAsyncClient.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> |
AbstractAmazonRedshiftAsync.revokeSnapshotAccessAsync(RevokeSnapshotAccessRequest request,
AsyncHandler<RevokeSnapshotAccessRequest,Snapshot> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<Snapshot> |
AmazonRedshiftAsyncClient.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> |
AbstractAmazonRedshiftAsync.revokeSnapshotAccessAsync(RevokeSnapshotAccessRequest request,
AsyncHandler<RevokeSnapshotAccessRequest,Snapshot> asyncHandler) |
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.