| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
Exclude.Builder |
Exclude.Builder.buckets(Collection<String> buckets)
A container for the S3 Storage Lens bucket excludes.
|
Exclude.Builder |
Exclude.Builder.buckets(String... buckets)
A container for the S3 Storage Lens bucket excludes.
|
static Exclude.Builder |
Exclude.builder() |
Exclude.Builder |
Exclude.Builder.regions(Collection<String> regions)
A container for the S3 Storage Lens Region excludes.
|
Exclude.Builder |
Exclude.Builder.regions(String... regions)
A container for the S3 Storage Lens Region excludes.
|
Exclude.Builder |
Exclude.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Exclude.Builder> |
Exclude.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StorageLensConfiguration.Builder |
StorageLensConfiguration.Builder.exclude(Consumer<Exclude.Builder> exclude)
A container for what is excluded in this configuration.
|
Copyright © 2022. All rights reserved.