| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
StorageLensGroupOrOperator |
StorageLensGroupOrOperator.clone() |
StorageLensGroupOrOperator |
StorageLensGroupFilter.getOr()
A single logical operator that allows multiple filter conditions to be joined.
|
StorageLensGroupOrOperator |
StorageLensGroupOrOperator.withMatchAnyPrefix(Collection<String> matchAnyPrefix)
Filters objects that match any of the specified prefixes.
|
StorageLensGroupOrOperator |
StorageLensGroupOrOperator.withMatchAnyPrefix(String... matchAnyPrefix)
Filters objects that match any of the specified prefixes.
|
StorageLensGroupOrOperator |
StorageLensGroupOrOperator.withMatchAnySuffix(Collection<String> matchAnySuffix)
Filters objects that match any of the specified suffixes.
|
StorageLensGroupOrOperator |
StorageLensGroupOrOperator.withMatchAnySuffix(String... matchAnySuffix)
Filters objects that match any of the specified suffixes.
|
StorageLensGroupOrOperator |
StorageLensGroupOrOperator.withMatchAnyTag(Collection<S3Tag> matchAnyTag)
Filters objects that match any of the specified S3 object tags.
|
StorageLensGroupOrOperator |
StorageLensGroupOrOperator.withMatchAnyTag(S3Tag... matchAnyTag)
Filters objects that match any of the specified S3 object tags.
|
StorageLensGroupOrOperator |
StorageLensGroupOrOperator.withMatchObjectAge(MatchObjectAge matchObjectAge)
Filters objects that match the specified object age range.
|
StorageLensGroupOrOperator |
StorageLensGroupOrOperator.withMatchObjectSize(MatchObjectSize matchObjectSize)
Filters objects that match the specified object size range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageLensGroupFilter.setOr(StorageLensGroupOrOperator or)
A single logical operator that allows multiple filter conditions to be joined.
|
StorageLensGroupFilter |
StorageLensGroupFilter.withOr(StorageLensGroupOrOperator or)
A single logical operator that allows multiple filter conditions to be joined.
|
Copyright © 2023. All rights reserved.