| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.model |
| Modifier and Type | Method and Description |
|---|---|
SSESpecification |
SSESpecification.clone() |
SSESpecification |
CreateTableRequest.getSSESpecification()
Represents the settings used to enable server-side encryption.
|
SSESpecification |
SSESpecification.withEnabled(Boolean enabled)
Indicates whether server-side encryption is enabled (true) or disabled (false) on the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTableRequest.setSSESpecification(SSESpecification sSESpecification)
Represents the settings used to enable server-side encryption.
|
CreateTableRequest |
CreateTableRequest.withSSESpecification(SSESpecification sSESpecification)
Represents the settings used to enable server-side encryption.
|
Copyright © 2018. All rights reserved.