| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
MatchObjectAge |
MatchObjectAge.clone() |
MatchObjectAge |
StorageLensGroupOrOperator.getMatchObjectAge()
Filters objects that match the specified object age range.
|
MatchObjectAge |
StorageLensGroupAndOperator.getMatchObjectAge()
Contains
DaysGreaterThan and DaysLessThan to define the object age range (minimum and
maximum number of days). |
MatchObjectAge |
StorageLensGroupFilter.getMatchObjectAge()
Contains
DaysGreaterThan and DaysLessThan to define the object age range (minimum and
maximum number of days). |
MatchObjectAge |
MatchObjectAge.withDaysGreaterThan(Integer daysGreaterThan)
Specifies the maximum object age in days.
|
MatchObjectAge |
MatchObjectAge.withDaysLessThan(Integer daysLessThan)
Specifies the minimum object age in days.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageLensGroupOrOperator.setMatchObjectAge(MatchObjectAge matchObjectAge)
Filters objects that match the specified object age range.
|
void |
StorageLensGroupAndOperator.setMatchObjectAge(MatchObjectAge matchObjectAge)
Contains
DaysGreaterThan and DaysLessThan to define the object age range (minimum and
maximum number of days). |
void |
StorageLensGroupFilter.setMatchObjectAge(MatchObjectAge matchObjectAge)
Contains
DaysGreaterThan and DaysLessThan to define the object age range (minimum and
maximum number of days). |
StorageLensGroupOrOperator |
StorageLensGroupOrOperator.withMatchObjectAge(MatchObjectAge matchObjectAge)
Filters objects that match the specified object age range.
|
StorageLensGroupAndOperator |
StorageLensGroupAndOperator.withMatchObjectAge(MatchObjectAge matchObjectAge)
Contains
DaysGreaterThan and DaysLessThan to define the object age range (minimum and
maximum number of days). |
StorageLensGroupFilter |
StorageLensGroupFilter.withMatchObjectAge(MatchObjectAge matchObjectAge)
Contains
DaysGreaterThan and DaysLessThan to define the object age range (minimum and
maximum number of days). |
Copyright © 2023. All rights reserved.