Uses of Interface
software.amazon.awssdk.services.s3control.model.SSES3Encryption.Builder
-
Packages that use SSES3Encryption.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of SSES3Encryption.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return SSES3Encryption.Builder Modifier and Type Method Description static SSES3Encryption.BuilderSSES3Encryption. builder()SSES3Encryption.BuilderSSES3Encryption. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type SSES3Encryption.Builder Modifier and Type Method Description static Class<? extends SSES3Encryption.Builder>SSES3Encryption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type SSES3Encryption.Builder Modifier and Type Method Description default GeneratedManifestEncryption.BuilderGeneratedManifestEncryption.Builder. sses3(Consumer<SSES3Encryption.Builder> sses3)Specifies the use of SSE-S3 to encrypt generated manifest objects.
-