Uses of Interface
software.amazon.awssdk.services.s3control.model.StorageLensGroupLevelSelectionCriteria.Builder
-
Packages that use StorageLensGroupLevelSelectionCriteria.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of StorageLensGroupLevelSelectionCriteria.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return StorageLensGroupLevelSelectionCriteria.Builder Modifier and Type Method Description static StorageLensGroupLevelSelectionCriteria.BuilderStorageLensGroupLevelSelectionCriteria. builder()StorageLensGroupLevelSelectionCriteria.BuilderStorageLensGroupLevelSelectionCriteria.Builder. exclude(String... exclude)Indicates which Storage Lens group ARNs to exclude from the Storage Lens group aggregation.StorageLensGroupLevelSelectionCriteria.BuilderStorageLensGroupLevelSelectionCriteria.Builder. exclude(Collection<String> exclude)Indicates which Storage Lens group ARNs to exclude from the Storage Lens group aggregation.StorageLensGroupLevelSelectionCriteria.BuilderStorageLensGroupLevelSelectionCriteria.Builder. include(String... include)Indicates which Storage Lens group ARNs to include in the Storage Lens group aggregation.StorageLensGroupLevelSelectionCriteria.BuilderStorageLensGroupLevelSelectionCriteria.Builder. include(Collection<String> include)Indicates which Storage Lens group ARNs to include in the Storage Lens group aggregation.StorageLensGroupLevelSelectionCriteria.BuilderStorageLensGroupLevelSelectionCriteria. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type StorageLensGroupLevelSelectionCriteria.Builder Modifier and Type Method Description static Class<? extends StorageLensGroupLevelSelectionCriteria.Builder>StorageLensGroupLevelSelectionCriteria. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type StorageLensGroupLevelSelectionCriteria.Builder Modifier and Type Method Description default StorageLensGroupLevel.BuilderStorageLensGroupLevel.Builder. selectionCriteria(Consumer<StorageLensGroupLevelSelectionCriteria.Builder> selectionCriteria)Indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation.
-