| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionSpecification |
EncryptionSpecification.clone() |
EncryptionSpecification |
UpdateTableRequest.getEncryptionSpecification()
Modifies the encryption settings of the table.
|
EncryptionSpecification |
GetTableResult.getEncryptionSpecification()
The encryption settings of the specified table.
|
EncryptionSpecification |
CreateTableRequest.getEncryptionSpecification()
Specifies how the encryption key for encryption at rest is managed for the table.
|
EncryptionSpecification |
RestoreTableRequest.getEncryptionSpecificationOverride()
Specifies the encryption settings for the target table.
|
EncryptionSpecification |
EncryptionSpecification.withKmsKeyIdentifier(String kmsKeyIdentifier)
The Amazon Resource Name (ARN) of the customer managed KMS key, for example
kms_key_identifier:ARN. |
EncryptionSpecification |
EncryptionSpecification.withType(EncryptionType type)
The encryption option specified for the table.
|
EncryptionSpecification |
EncryptionSpecification.withType(String type)
The encryption option specified for the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTableRequest.setEncryptionSpecification(EncryptionSpecification encryptionSpecification)
Modifies the encryption settings of the table.
|
void |
GetTableResult.setEncryptionSpecification(EncryptionSpecification encryptionSpecification)
The encryption settings of the specified table.
|
void |
CreateTableRequest.setEncryptionSpecification(EncryptionSpecification encryptionSpecification)
Specifies how the encryption key for encryption at rest is managed for the table.
|
void |
RestoreTableRequest.setEncryptionSpecificationOverride(EncryptionSpecification encryptionSpecificationOverride)
Specifies the encryption settings for the target table.
|
UpdateTableRequest |
UpdateTableRequest.withEncryptionSpecification(EncryptionSpecification encryptionSpecification)
Modifies the encryption settings of the table.
|
GetTableResult |
GetTableResult.withEncryptionSpecification(EncryptionSpecification encryptionSpecification)
The encryption settings of the specified table.
|
CreateTableRequest |
CreateTableRequest.withEncryptionSpecification(EncryptionSpecification encryptionSpecification)
Specifies how the encryption key for encryption at rest is managed for the table.
|
RestoreTableRequest |
RestoreTableRequest.withEncryptionSpecificationOverride(EncryptionSpecification encryptionSpecificationOverride)
Specifies the encryption settings for the target table.
|
Copyright © 2022. All rights reserved.