| Package | Description |
|---|---|
| com.amazonaws.services.redshift |
|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
AmazonRedshiftClient.revokeSnapshotAccess(RevokeSnapshotAccessRequest request)
Removes the ability of the specified Amazon Web Services account to restore the specified snapshot.
|
Snapshot |
AmazonRedshift.revokeSnapshotAccess(RevokeSnapshotAccessRequest revokeSnapshotAccessRequest)
Removes the ability of the specified Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services account that can no longer restore the specified snapshot.
|
RevokeSnapshotAccessRequest |
RevokeSnapshotAccessRequest.withSnapshotArn(String snapshotArn)
The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.
|
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 © 2024. All rights reserved.