| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
default AuthorizeSnapshotAccessResponse |
RedshiftClient.authorizeSnapshotAccess(Consumer<AuthorizeSnapshotAccessRequest.Builder> authorizeSnapshotAccessRequest)
Authorizes the specified Amazon Web Services account to restore the specified snapshot.
|
default CompletableFuture<AuthorizeSnapshotAccessResponse> |
RedshiftAsyncClient.authorizeSnapshotAccess(Consumer<AuthorizeSnapshotAccessRequest.Builder> authorizeSnapshotAccessRequest)
Authorizes the specified Amazon Web Services account to restore the specified snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizeSnapshotAccessRequest.Builder |
AuthorizeSnapshotAccessRequest.Builder.accountWithRestoreAccess(String accountWithRestoreAccess)
The identifier of the Amazon Web Services account authorized to restore the specified snapshot.
|
static AuthorizeSnapshotAccessRequest.Builder |
AuthorizeSnapshotAccessRequest.builder() |
AuthorizeSnapshotAccessRequest.Builder |
AuthorizeSnapshotAccessRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AuthorizeSnapshotAccessRequest.Builder |
AuthorizeSnapshotAccessRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AuthorizeSnapshotAccessRequest.Builder |
AuthorizeSnapshotAccessRequest.Builder.snapshotArn(String snapshotArn)
The Amazon Resource Name (ARN) of the snapshot to authorize access to.
|
AuthorizeSnapshotAccessRequest.Builder |
AuthorizeSnapshotAccessRequest.Builder.snapshotClusterIdentifier(String snapshotClusterIdentifier)
The identifier of the cluster the snapshot was created from.
|
AuthorizeSnapshotAccessRequest.Builder |
AuthorizeSnapshotAccessRequest.Builder.snapshotIdentifier(String snapshotIdentifier)
The identifier of the snapshot the account is authorized to restore.
|
AuthorizeSnapshotAccessRequest.Builder |
AuthorizeSnapshotAccessRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AuthorizeSnapshotAccessRequest.Builder> |
AuthorizeSnapshotAccessRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.