Uses of Interface
software.amazon.awssdk.services.s3control.model.SSES3.Builder
-
Packages that use SSES3.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of SSES3.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return SSES3.Builder Modifier and Type Method Description static SSES3.BuilderSSES3. builder()SSES3.BuilderSSES3. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type SSES3.Builder Modifier and Type Method Description static Class<? extends SSES3.Builder>SSES3. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type SSES3.Builder Modifier and Type Method Description default StorageLensDataExportEncryption.BuilderStorageLensDataExportEncryption.Builder. sses3(Consumer<SSES3.Builder> sses3)This is a convenience method that creates an instance of theSSES3.Builderavoiding the need to create one manually viaSSES3.builder().
-