static StorageLensGroupOrOperator.Builder |
StorageLensGroupOrOperator.builder() |
|
StorageLensGroupOrOperator.Builder |
StorageLensGroupOrOperator.Builder.matchAnyPrefix(String... matchAnyPrefix) |
Filters objects that match any of the specified prefixes.
|
StorageLensGroupOrOperator.Builder |
StorageLensGroupOrOperator.Builder.matchAnyPrefix(Collection<String> matchAnyPrefix) |
Filters objects that match any of the specified prefixes.
|
StorageLensGroupOrOperator.Builder |
StorageLensGroupOrOperator.Builder.matchAnySuffix(String... matchAnySuffix) |
Filters objects that match any of the specified suffixes.
|
StorageLensGroupOrOperator.Builder |
StorageLensGroupOrOperator.Builder.matchAnySuffix(Collection<String> matchAnySuffix) |
Filters objects that match any of the specified suffixes.
|
StorageLensGroupOrOperator.Builder |
StorageLensGroupOrOperator.Builder.matchAnyTag(Collection<S3Tag> matchAnyTag) |
Filters objects that match any of the specified S3 object tags.
|
StorageLensGroupOrOperator.Builder |
StorageLensGroupOrOperator.Builder.matchAnyTag(Consumer<S3Tag.Builder>... matchAnyTag) |
Filters objects that match any of the specified S3 object tags.
|
StorageLensGroupOrOperator.Builder |
StorageLensGroupOrOperator.Builder.matchAnyTag(S3Tag... matchAnyTag) |
Filters objects that match any of the specified S3 object tags.
|
default StorageLensGroupOrOperator.Builder |
StorageLensGroupOrOperator.Builder.matchObjectAge(Consumer<MatchObjectAge.Builder> matchObjectAge) |
Filters objects that match the specified object age range.
|
StorageLensGroupOrOperator.Builder |
StorageLensGroupOrOperator.Builder.matchObjectAge(MatchObjectAge matchObjectAge) |
Filters objects that match the specified object age range.
|
default StorageLensGroupOrOperator.Builder |
StorageLensGroupOrOperator.Builder.matchObjectSize(Consumer<MatchObjectSize.Builder> matchObjectSize) |
Filters objects that match the specified object size range.
|
StorageLensGroupOrOperator.Builder |
StorageLensGroupOrOperator.Builder.matchObjectSize(MatchObjectSize matchObjectSize) |
Filters objects that match the specified object size range.
|
StorageLensGroupOrOperator.Builder |
StorageLensGroupOrOperator.toBuilder() |
|