Uses of Interface
software.amazon.awssdk.services.s3.model.SSEKMS.Builder
-
Packages that use SSEKMS.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of SSEKMS.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return SSEKMS.Builder Modifier and Type Method Description static SSEKMS.BuilderSSEKMS. builder()SSEKMS.BuilderSSEKMS.Builder. keyId(String keyId)Specifies the ID of the Key Management Service (KMS) symmetric encryption customer managed key to use for encrypting inventory reports.SSEKMS.BuilderSSEKMS. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type SSEKMS.Builder Modifier and Type Method Description static Class<? extends SSEKMS.Builder>SSEKMS. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type SSEKMS.Builder Modifier and Type Method Description default InventoryEncryption.BuilderInventoryEncryption.Builder. ssekms(Consumer<SSEKMS.Builder> ssekms)Specifies the use of SSE-KMS to encrypt delivered inventory reports.
-