Uses of Interface
software.amazon.awssdk.services.s3control.model.MatchObjectSize.Builder
-
Packages that use MatchObjectSize.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of MatchObjectSize.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return MatchObjectSize.Builder Modifier and Type Method Description static MatchObjectSize.BuilderMatchObjectSize. builder()MatchObjectSize.BuilderMatchObjectSize.Builder. bytesGreaterThan(Long bytesGreaterThan)Specifies the minimum object size in Bytes.MatchObjectSize.BuilderMatchObjectSize.Builder. bytesLessThan(Long bytesLessThan)Specifies the maximum object size in Bytes.MatchObjectSize.BuilderMatchObjectSize. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type MatchObjectSize.Builder Modifier and Type Method Description static Class<? extends MatchObjectSize.Builder>MatchObjectSize. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type MatchObjectSize.Builder Modifier and Type Method Description default StorageLensGroupAndOperator.BuilderStorageLensGroupAndOperator.Builder. matchObjectSize(Consumer<MatchObjectSize.Builder> matchObjectSize)ContainsBytesGreaterThanandBytesLessThanto define the object size range (minimum and maximum number of Bytes).default StorageLensGroupFilter.BuilderStorageLensGroupFilter.Builder. matchObjectSize(Consumer<MatchObjectSize.Builder> matchObjectSize)ContainsBytesGreaterThanandBytesLessThanto define the object size range (minimum and maximum number of Bytes).default StorageLensGroupOrOperator.BuilderStorageLensGroupOrOperator.Builder. matchObjectSize(Consumer<MatchObjectSize.Builder> matchObjectSize)Filters objects that match the specified object size range.
-