Uses of Interface
software.amazon.awssdk.services.dynamodb.model.SSESpecification.Builder
Packages that use SSESpecification.Builder
-
Uses of SSESpecification.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return SSESpecification.BuilderModifier and TypeMethodDescriptionstatic SSESpecification.BuilderSSESpecification.builder()Indicates whether server-side encryption is done using an Amazon Web Services managed key or an Amazon Web Services owned key.SSESpecification.Builder.kmsMasterKeyId(String kmsMasterKeyId) The KMS key that should be used for the KMS encryption.Server-side encryption type.Server-side encryption type.SSESpecification.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type SSESpecification.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SSESpecification.Builder>SSESpecification.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type SSESpecification.BuilderModifier and TypeMethodDescriptiondefault 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.RestoreTableFromBackupRequest.Builder.sseSpecificationOverride(Consumer<SSESpecification.Builder> sseSpecificationOverride) The new server-side encryption settings for the restored table.RestoreTableToPointInTimeRequest.Builder.sseSpecificationOverride(Consumer<SSESpecification.Builder> sseSpecificationOverride) The new server-side encryption settings for the restored table.