Uses of Interface
software.amazon.awssdk.services.s3control.model.SSEKMS.Builder
-
Packages that use SSEKMS.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of SSEKMS.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return SSEKMS.Builder Modifier and Type Method Description static SSEKMS.BuilderSSEKMS. builder()SSEKMS.BuilderSSEKMS.Builder. keyId(String keyId)A container for the ARN of the SSE-KMS encryption.SSEKMS.BuilderSSEKMS. toBuilder()Methods in software.amazon.awssdk.services.s3control.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.s3control.model with type arguments of type SSEKMS.Builder Modifier and Type Method Description default StorageLensDataExportEncryption.BuilderStorageLensDataExportEncryption.Builder. ssekms(Consumer<SSEKMS.Builder> ssekms)This is a convenience method that creates an instance of theSSEKMS.Builderavoiding the need to create one manually viaSSEKMS.builder().
-