Uses of Interface
software.amazon.awssdk.services.s3control.model.SSEKMSEncryption.Builder
-
Packages that use SSEKMSEncryption.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of SSEKMSEncryption.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return SSEKMSEncryption.Builder Modifier and Type Method Description static SSEKMSEncryption.BuilderSSEKMSEncryption. builder()SSEKMSEncryption.BuilderSSEKMSEncryption.Builder. keyId(String keyId)Specifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric encryption customer managed key to use for encrypting generated manifest objects.SSEKMSEncryption.BuilderSSEKMSEncryption. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type SSEKMSEncryption.Builder Modifier and Type Method Description static Class<? extends SSEKMSEncryption.Builder>SSEKMSEncryption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type SSEKMSEncryption.Builder Modifier and Type Method Description default GeneratedManifestEncryption.BuilderGeneratedManifestEncryption.Builder. ssekms(Consumer<SSEKMSEncryption.Builder> ssekms)Configuration details on how SSE-KMS is used to encrypt generated manifest objects.
-