| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionSpecification |
CreateTableRequest.encryptionSpecification()
Specifies how the encryption key for encryption at rest is managed for the table.
|
EncryptionSpecification |
UpdateTableRequest.encryptionSpecification()
Modifies the encryption settings of the table.
|
EncryptionSpecification |
GetTableResponse.encryptionSpecification()
The encryption settings of the specified table.
|
EncryptionSpecification |
RestoreTableRequest.encryptionSpecificationOverride()
Specifies the encryption settings for the target table.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTableRequest.Builder |
CreateTableRequest.Builder.encryptionSpecification(EncryptionSpecification encryptionSpecification)
Specifies how the encryption key for encryption at rest is managed for the table.
|
UpdateTableRequest.Builder |
UpdateTableRequest.Builder.encryptionSpecification(EncryptionSpecification encryptionSpecification)
Modifies the encryption settings of the table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.encryptionSpecification(EncryptionSpecification encryptionSpecification)
The encryption settings of the specified table.
|
RestoreTableRequest.Builder |
RestoreTableRequest.Builder.encryptionSpecificationOverride(EncryptionSpecification encryptionSpecificationOverride)
Specifies the encryption settings for the target table.
|
Copyright © 2022. All rights reserved.