Uses of Class
software.amazon.awssdk.services.s3control.model.MatchObjectAge
-
Packages that use MatchObjectAge Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of MatchObjectAge in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return MatchObjectAge Modifier and Type Method Description MatchObjectAgeStorageLensGroupAndOperator. matchObjectAge()ContainsDaysGreaterThanandDaysLessThanto define the object age range (minimum and maximum number of days).MatchObjectAgeStorageLensGroupFilter. matchObjectAge()ContainsDaysGreaterThanandDaysLessThanto define the object age range (minimum and maximum number of days).MatchObjectAgeStorageLensGroupOrOperator. matchObjectAge()Filters objects that match the specified object age range.Methods in software.amazon.awssdk.services.s3control.model with parameters of type MatchObjectAge Modifier and Type Method Description StorageLensGroupAndOperator.BuilderStorageLensGroupAndOperator.Builder. matchObjectAge(MatchObjectAge matchObjectAge)ContainsDaysGreaterThanandDaysLessThanto define the object age range (minimum and maximum number of days).StorageLensGroupFilter.BuilderStorageLensGroupFilter.Builder. matchObjectAge(MatchObjectAge matchObjectAge)ContainsDaysGreaterThanandDaysLessThanto define the object age range (minimum and maximum number of days).StorageLensGroupOrOperator.BuilderStorageLensGroupOrOperator.Builder. matchObjectAge(MatchObjectAge matchObjectAge)Filters objects that match the specified object age range.
-