| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
default RevokeSnapshotAccessResponse |
RedshiftClient.revokeSnapshotAccess(Consumer<RevokeSnapshotAccessRequest.Builder> revokeSnapshotAccessRequest)
Removes the ability of the specified Amazon Web Services account to restore the specified snapshot.
|
default CompletableFuture<RevokeSnapshotAccessResponse> |
RedshiftAsyncClient.revokeSnapshotAccess(Consumer<RevokeSnapshotAccessRequest.Builder> revokeSnapshotAccessRequest)
Removes the ability of the specified Amazon Web Services account to restore the specified snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
RevokeSnapshotAccessRequest.Builder |
RevokeSnapshotAccessRequest.Builder.accountWithRestoreAccess(String accountWithRestoreAccess)
The identifier of the Amazon Web Services account that can no longer restore the specified snapshot.
|
static RevokeSnapshotAccessRequest.Builder |
RevokeSnapshotAccessRequest.builder() |
RevokeSnapshotAccessRequest.Builder |
RevokeSnapshotAccessRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RevokeSnapshotAccessRequest.Builder |
RevokeSnapshotAccessRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RevokeSnapshotAccessRequest.Builder |
RevokeSnapshotAccessRequest.Builder.snapshotArn(String snapshotArn)
The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.
|
RevokeSnapshotAccessRequest.Builder |
RevokeSnapshotAccessRequest.Builder.snapshotClusterIdentifier(String snapshotClusterIdentifier)
The identifier of the cluster the snapshot was created from.
|
RevokeSnapshotAccessRequest.Builder |
RevokeSnapshotAccessRequest.Builder.snapshotIdentifier(String snapshotIdentifier)
The identifier of the snapshot that the account can no longer access.
|
RevokeSnapshotAccessRequest.Builder |
RevokeSnapshotAccessRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RevokeSnapshotAccessRequest.Builder> |
RevokeSnapshotAccessRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.