Uses of Class
software.amazon.awssdk.services.s3control.model.MatchObjectSize
-
Packages that use MatchObjectSize Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of MatchObjectSize in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return MatchObjectSize Modifier and Type Method Description MatchObjectSizeStorageLensGroupAndOperator. matchObjectSize()ContainsBytesGreaterThanandBytesLessThanto define the object size range (minimum and maximum number of Bytes).MatchObjectSizeStorageLensGroupFilter. matchObjectSize()ContainsBytesGreaterThanandBytesLessThanto define the object size range (minimum and maximum number of Bytes).MatchObjectSizeStorageLensGroupOrOperator. matchObjectSize()Filters objects that match the specified object size range.Methods in software.amazon.awssdk.services.s3control.model with parameters of type MatchObjectSize Modifier and Type Method Description StorageLensGroupAndOperator.BuilderStorageLensGroupAndOperator.Builder. matchObjectSize(MatchObjectSize matchObjectSize)ContainsBytesGreaterThanandBytesLessThanto define the object size range (minimum and maximum number of Bytes).StorageLensGroupFilter.BuilderStorageLensGroupFilter.Builder. matchObjectSize(MatchObjectSize matchObjectSize)ContainsBytesGreaterThanandBytesLessThanto define the object size range (minimum and maximum number of Bytes).StorageLensGroupOrOperator.BuilderStorageLensGroupOrOperator.Builder. matchObjectSize(MatchObjectSize matchObjectSize)Filters objects that match the specified object size range.
-