Uses of Interface
software.amazon.awssdk.services.s3.model.InventoryEncryption.Builder
Packages that use InventoryEncryption.Builder
-
Uses of InventoryEncryption.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return InventoryEncryption.BuilderModifier and TypeMethodDescriptionstatic InventoryEncryption.BuilderInventoryEncryption.builder()default InventoryEncryption.BuilderInventoryEncryption.Builder.ssekms(Consumer<SSEKMS.Builder> ssekms) Specifies the use of SSE-KMS to encrypt delivered inventory reports.Specifies the use of SSE-KMS to encrypt delivered inventory reports.default InventoryEncryption.BuilderInventoryEncryption.Builder.sses3(Consumer<SSES3.Builder> sses3) Specifies the use of SSE-S3 to encrypt delivered inventory reports.Specifies the use of SSE-S3 to encrypt delivered inventory reports.InventoryEncryption.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type InventoryEncryption.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InventoryEncryption.Builder>InventoryEncryption.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type InventoryEncryption.BuilderModifier and TypeMethodDescriptionInventoryS3BucketDestination.Builder.encryption(Consumer<InventoryEncryption.Builder> encryption) Contains the type of server-side encryption used to encrypt the inventory results.