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