| 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 AWS customer account to restore the specified snapshot.
|
default CompletableFuture<AuthorizeSnapshotAccessResponse> |
RedshiftAsyncClient.authorizeSnapshotAccess(Consumer<AuthorizeSnapshotAccessRequest.Builder> authorizeSnapshotAccessRequest)
Authorizes the specified AWS customer account to restore the specified snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizeSnapshotAccessRequest.Builder |
AuthorizeSnapshotAccessRequest.Builder.accountWithRestoreAccess(String accountWithRestoreAccess)
The identifier of the AWS customer 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.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 © 2019. All rights reserved.