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