| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateSnapshotCopyGrantResponse |
RedshiftClient.createSnapshotCopyGrant(Consumer<CreateSnapshotCopyGrantRequest.Builder> createSnapshotCopyGrantRequest)
Creates a snapshot copy grant that permits Amazon Redshift to use a customer master key (CMK) from AWS Key
Management Service (AWS KMS) to encrypt copied snapshots in a destination region.
|
default CompletableFuture<CreateSnapshotCopyGrantResponse> |
RedshiftAsyncClient.createSnapshotCopyGrant(Consumer<CreateSnapshotCopyGrantRequest.Builder> createSnapshotCopyGrantRequest)
Creates a snapshot copy grant that permits Amazon Redshift to use a customer master key (CMK) from AWS Key
Management Service (AWS KMS) to encrypt copied snapshots in a destination region.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateSnapshotCopyGrantRequest.Builder |
CreateSnapshotCopyGrantRequest.builder() |
CreateSnapshotCopyGrantRequest.Builder |
CreateSnapshotCopyGrantRequest.Builder.kmsKeyId(String kmsKeyId)
The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission.
|
CreateSnapshotCopyGrantRequest.Builder |
CreateSnapshotCopyGrantRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSnapshotCopyGrantRequest.Builder |
CreateSnapshotCopyGrantRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSnapshotCopyGrantRequest.Builder |
CreateSnapshotCopyGrantRequest.Builder.snapshotCopyGrantName(String snapshotCopyGrantName)
The name of the snapshot copy grant.
|
CreateSnapshotCopyGrantRequest.Builder |
CreateSnapshotCopyGrantRequest.Builder.tags(Collection<Tag> tags)
A list of tag instances.
|
CreateSnapshotCopyGrantRequest.Builder |
CreateSnapshotCopyGrantRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tag instances.
|
CreateSnapshotCopyGrantRequest.Builder |
CreateSnapshotCopyGrantRequest.Builder.tags(Tag... tags)
A list of tag instances.
|
CreateSnapshotCopyGrantRequest.Builder |
CreateSnapshotCopyGrantRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSnapshotCopyGrantRequest.Builder> |
CreateSnapshotCopyGrantRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.