Uses of Interface
software.amazon.awssdk.services.s3control.model.MatchObjectAge.Builder
-
Packages that use MatchObjectAge.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of MatchObjectAge.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return MatchObjectAge.Builder Modifier and Type Method Description static MatchObjectAge.BuilderMatchObjectAge. builder()MatchObjectAge.BuilderMatchObjectAge.Builder. daysGreaterThan(Integer daysGreaterThan)Specifies the maximum object age in days.MatchObjectAge.BuilderMatchObjectAge.Builder. daysLessThan(Integer daysLessThan)Specifies the minimum object age in days.MatchObjectAge.BuilderMatchObjectAge. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type MatchObjectAge.Builder Modifier and Type Method Description static Class<? extends MatchObjectAge.Builder>MatchObjectAge. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type MatchObjectAge.Builder Modifier and Type Method Description default StorageLensGroupAndOperator.BuilderStorageLensGroupAndOperator.Builder. matchObjectAge(Consumer<MatchObjectAge.Builder> matchObjectAge)ContainsDaysGreaterThanandDaysLessThanto define the object age range (minimum and maximum number of days).default StorageLensGroupFilter.BuilderStorageLensGroupFilter.Builder. matchObjectAge(Consumer<MatchObjectAge.Builder> matchObjectAge)ContainsDaysGreaterThanandDaysLessThanto define the object age range (minimum and maximum number of days).default StorageLensGroupOrOperator.BuilderStorageLensGroupOrOperator.Builder. matchObjectAge(Consumer<MatchObjectAge.Builder> matchObjectAge)Filters objects that match the specified object age range.
-