Uses of Class
software.amazon.awssdk.services.keyspaces.model.EncryptionSpecification
-
Packages that use EncryptionSpecification Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of EncryptionSpecification in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return EncryptionSpecification Modifier and Type Method Description EncryptionSpecificationCreateTableRequest. encryptionSpecification()Specifies how the encryption key for encryption at rest is managed for the table.EncryptionSpecificationGetTableResponse. encryptionSpecification()The encryption settings of the specified table.EncryptionSpecificationUpdateTableRequest. encryptionSpecification()Modifies the encryption settings of the table.EncryptionSpecificationRestoreTableRequest. encryptionSpecificationOverride()Specifies the encryption settings for the target table.Methods in software.amazon.awssdk.services.keyspaces.model with parameters of type EncryptionSpecification Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. encryptionSpecification(EncryptionSpecification encryptionSpecification)Specifies how the encryption key for encryption at rest is managed for the table.GetTableResponse.BuilderGetTableResponse.Builder. encryptionSpecification(EncryptionSpecification encryptionSpecification)The encryption settings of the specified table.UpdateTableRequest.BuilderUpdateTableRequest.Builder. encryptionSpecification(EncryptionSpecification encryptionSpecification)Modifies the encryption settings of the table.RestoreTableRequest.BuilderRestoreTableRequest.Builder. encryptionSpecificationOverride(EncryptionSpecification encryptionSpecificationOverride)Specifies the encryption settings for the target table.
-