| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
StorageLensGroupFilter |
StorageLensGroupFilter.clone() |
StorageLensGroupFilter |
StorageLensGroup.getFilter()
Sets the criteria for the Storage Lens group data that is displayed.
|
StorageLensGroupFilter |
StorageLensGroupFilter.withAnd(StorageLensGroupAndOperator and)
A logical operator that allows multiple filter conditions to be joined for more complex comparisons of Storage
Lens group data.
|
StorageLensGroupFilter |
StorageLensGroupFilter.withMatchAnyPrefix(Collection<String> matchAnyPrefix)
Contains a list of prefixes.
|
StorageLensGroupFilter |
StorageLensGroupFilter.withMatchAnyPrefix(String... matchAnyPrefix)
Contains a list of prefixes.
|
StorageLensGroupFilter |
StorageLensGroupFilter.withMatchAnySuffix(Collection<String> matchAnySuffix)
Contains a list of suffixes.
|
StorageLensGroupFilter |
StorageLensGroupFilter.withMatchAnySuffix(String... matchAnySuffix)
Contains a list of suffixes.
|
StorageLensGroupFilter |
StorageLensGroupFilter.withMatchAnyTag(Collection<S3Tag> matchAnyTag)
Contains the list of S3 object tags.
|
StorageLensGroupFilter |
StorageLensGroupFilter.withMatchAnyTag(S3Tag... matchAnyTag)
Contains the list of S3 object tags.
|
StorageLensGroupFilter |
StorageLensGroupFilter.withMatchObjectAge(MatchObjectAge matchObjectAge)
Contains
DaysGreaterThan and DaysLessThan to define the object age range (minimum and
maximum number of days). |
StorageLensGroupFilter |
StorageLensGroupFilter.withMatchObjectSize(MatchObjectSize matchObjectSize)
Contains
BytesGreaterThan and BytesLessThan to define the object size range (minimum
and maximum number of Bytes). |
StorageLensGroupFilter |
StorageLensGroupFilter.withOr(StorageLensGroupOrOperator or)
A single logical operator that allows multiple filter conditions to be joined.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageLensGroup.setFilter(StorageLensGroupFilter filter)
Sets the criteria for the Storage Lens group data that is displayed.
|
StorageLensGroup |
StorageLensGroup.withFilter(StorageLensGroupFilter filter)
Sets the criteria for the Storage Lens group data that is displayed.
|
Copyright © 2024. All rights reserved.