Uses of Interface
software.amazon.awssdk.services.dynamodb.model.SSESpecification.Builder
-
Packages that use SSESpecification.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of SSESpecification.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return SSESpecification.Builder Modifier and Type Method Description static SSESpecification.BuilderSSESpecification. builder()SSESpecification.BuilderSSESpecification.Builder. enabled(Boolean enabled)Indicates whether server-side encryption is done using an Amazon Web Services managed key or an Amazon Web Services owned key.SSESpecification.BuilderSSESpecification.Builder. kmsMasterKeyId(String kmsMasterKeyId)The KMS key that should be used for the KMS encryption.SSESpecification.BuilderSSESpecification.Builder. sseType(String sseType)Server-side encryption type.SSESpecification.BuilderSSESpecification.Builder. sseType(SSEType sseType)Server-side encryption type.SSESpecification.BuilderSSESpecification. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type SSESpecification.Builder Modifier and Type Method Description static Class<? extends SSESpecification.Builder>SSESpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type SSESpecification.Builder Modifier and Type Method Description default CreateTableRequest.BuilderCreateTableRequest.Builder. sseSpecification(Consumer<SSESpecification.Builder> sseSpecification)Represents the settings used to enable server-side encryption.default TableCreationParameters.BuilderTableCreationParameters.Builder. sseSpecification(Consumer<SSESpecification.Builder> sseSpecification)Sets the value of the SSESpecification property for this object.default UpdateTableRequest.BuilderUpdateTableRequest.Builder. sseSpecification(Consumer<SSESpecification.Builder> sseSpecification)The new server-side encryption settings for the specified table.default RestoreTableFromBackupRequest.BuilderRestoreTableFromBackupRequest.Builder. sseSpecificationOverride(Consumer<SSESpecification.Builder> sseSpecificationOverride)The new server-side encryption settings for the restored table.default RestoreTableToPointInTimeRequest.BuilderRestoreTableToPointInTimeRequest.Builder. sseSpecificationOverride(Consumer<SSESpecification.Builder> sseSpecificationOverride)The new server-side encryption settings for the restored table.
-