Uses of Interface
software.amazon.awssdk.services.s3control.model.StorageLensDataExportEncryption.Builder
-
Packages that use StorageLensDataExportEncryption.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of StorageLensDataExportEncryption.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return StorageLensDataExportEncryption.Builder Modifier and Type Method Description static StorageLensDataExportEncryption.BuilderStorageLensDataExportEncryption. builder()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().StorageLensDataExportEncryption.BuilderStorageLensDataExportEncryption.Builder. ssekms(SSEKMS ssekms)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().StorageLensDataExportEncryption.BuilderStorageLensDataExportEncryption.Builder. sses3(SSES3 sses3)StorageLensDataExportEncryption.BuilderStorageLensDataExportEncryption. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type StorageLensDataExportEncryption.Builder Modifier and Type Method Description static Class<? extends StorageLensDataExportEncryption.Builder>StorageLensDataExportEncryption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type StorageLensDataExportEncryption.Builder Modifier and Type Method Description default S3BucketDestination.BuilderS3BucketDestination.Builder. encryption(Consumer<StorageLensDataExportEncryption.Builder> encryption)The container for the type encryption of the metrics exports in this bucket.
-