Uses of Interface
software.amazon.awssdk.services.s3control.model.Exclude.Builder
-
Packages that use Exclude.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of Exclude.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return Exclude.Builder Modifier and Type Method Description Exclude.BuilderExclude.Builder. buckets(String... buckets)A container for the S3 Storage Lens bucket excludes.Exclude.BuilderExclude.Builder. buckets(Collection<String> buckets)A container for the S3 Storage Lens bucket excludes.static Exclude.BuilderExclude. builder()Exclude.BuilderExclude.Builder. regions(String... regions)A container for the S3 Storage Lens Region excludes.Exclude.BuilderExclude.Builder. regions(Collection<String> regions)A container for the S3 Storage Lens Region excludes.Exclude.BuilderExclude. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type Exclude.Builder Modifier and Type Method Description static Class<? extends Exclude.Builder>Exclude. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type Exclude.Builder Modifier and Type Method Description default StorageLensConfiguration.BuilderStorageLensConfiguration.Builder. exclude(Consumer<Exclude.Builder> exclude)A container for what is excluded in this configuration.
-