| Package | Description |
|---|---|
| com.amazonaws.services.osis.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionAtRestOptions |
EncryptionAtRestOptions.clone() |
EncryptionAtRestOptions |
UpdatePipelineRequest.getEncryptionAtRestOptions()
Key-value pairs to configure encryption for data that is written to a persistent buffer.
|
EncryptionAtRestOptions |
CreatePipelineRequest.getEncryptionAtRestOptions()
Key-value pairs to configure encryption for data that is written to a persistent buffer.
|
EncryptionAtRestOptions |
Pipeline.getEncryptionAtRestOptions() |
EncryptionAtRestOptions |
EncryptionAtRestOptions.withKmsKeyArn(String kmsKeyArn)
The ARN of the KMS key used to encrypt buffer data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatePipelineRequest.setEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Key-value pairs to configure encryption for data that is written to a persistent buffer.
|
void |
CreatePipelineRequest.setEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Key-value pairs to configure encryption for data that is written to a persistent buffer.
|
void |
Pipeline.setEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions) |
UpdatePipelineRequest |
UpdatePipelineRequest.withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Key-value pairs to configure encryption for data that is written to a persistent buffer.
|
CreatePipelineRequest |
CreatePipelineRequest.withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Key-value pairs to configure encryption for data that is written to a persistent buffer.
|
Pipeline |
Pipeline.withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions) |
Copyright © 2024. All rights reserved.