| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static StorageLensDataExportEncryption.Builder |
StorageLensDataExportEncryption.builder() |
default StorageLensDataExportEncryption.Builder |
StorageLensDataExportEncryption.Builder.ssekms(Consumer<SSEKMS.Builder> ssekms)
This is a convenience that creates an instance of the
SSEKMS.Builder avoiding the need to create one
manually via SSEKMS.builder(). |
StorageLensDataExportEncryption.Builder |
StorageLensDataExportEncryption.Builder.ssekms(SSEKMS ssekms)
|
default StorageLensDataExportEncryption.Builder |
StorageLensDataExportEncryption.Builder.sses3(Consumer<SSES3.Builder> sses3)
This is a convenience that creates an instance of the
SSES3.Builder avoiding the need to create one
manually via SSES3.builder(). |
StorageLensDataExportEncryption.Builder |
StorageLensDataExportEncryption.Builder.sses3(SSES3 sses3)
|
StorageLensDataExportEncryption.Builder |
StorageLensDataExportEncryption.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StorageLensDataExportEncryption.Builder> |
StorageLensDataExportEncryption.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default S3BucketDestination.Builder |
S3BucketDestination.Builder.encryption(Consumer<StorageLensDataExportEncryption.Builder> encryption)
The container for the type encryption of the metrics exports in this bucket.
|
Copyright © 2021. All rights reserved.