Uses of Interface
software.amazon.awssdk.services.s3.model.InventoryEncryption.Builder
-
Packages that use InventoryEncryption.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of InventoryEncryption.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return InventoryEncryption.Builder Modifier and Type Method Description static InventoryEncryption.BuilderInventoryEncryption. builder()default InventoryEncryption.BuilderInventoryEncryption.Builder. ssekms(Consumer<SSEKMS.Builder> ssekms)Specifies the use of SSE-KMS to encrypt delivered inventory reports.InventoryEncryption.BuilderInventoryEncryption.Builder. ssekms(SSEKMS ssekms)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.InventoryEncryption.BuilderInventoryEncryption.Builder. sses3(SSES3 sses3)Specifies the use of SSE-S3 to encrypt delivered inventory reports.InventoryEncryption.BuilderInventoryEncryption. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type InventoryEncryption.Builder Modifier and Type Method Description static Class<? extends InventoryEncryption.Builder>InventoryEncryption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type InventoryEncryption.Builder Modifier and Type Method Description default InventoryS3BucketDestination.BuilderInventoryS3BucketDestination.Builder. encryption(Consumer<InventoryEncryption.Builder> encryption)Contains the type of server-side encryption used to encrypt the inventory results.
-