Uses of Interface
software.amazon.awssdk.services.s3.model.MetadataTableEncryptionConfiguration.Builder
Packages that use MetadataTableEncryptionConfiguration.Builder
-
Uses of MetadataTableEncryptionConfiguration.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return MetadataTableEncryptionConfiguration.BuilderModifier and TypeMethodDescriptionMetadataTableEncryptionConfiguration.builder()If server-side encryption with Key Management Service (KMS) keys (SSE-KMS) is specified, you must also specify the KMS key Amazon Resource Name (ARN).MetadataTableEncryptionConfiguration.Builder.sseAlgorithm(String sseAlgorithm) The encryption type specified for a metadata table.MetadataTableEncryptionConfiguration.Builder.sseAlgorithm(TableSseAlgorithm sseAlgorithm) The encryption type specified for a metadata table.MetadataTableEncryptionConfiguration.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type MetadataTableEncryptionConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MetadataTableEncryptionConfiguration.Builder>MetadataTableEncryptionConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type MetadataTableEncryptionConfiguration.BuilderModifier and TypeMethodDescriptionInventoryTableConfiguration.Builder.encryptionConfiguration(Consumer<MetadataTableEncryptionConfiguration.Builder> encryptionConfiguration) The encryption configuration for the inventory table.InventoryTableConfigurationUpdates.Builder.encryptionConfiguration(Consumer<MetadataTableEncryptionConfiguration.Builder> encryptionConfiguration) The encryption configuration for the inventory table.JournalTableConfiguration.Builder.encryptionConfiguration(Consumer<MetadataTableEncryptionConfiguration.Builder> encryptionConfiguration) The encryption configuration for the journal table.