| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
MatchObjectSize |
MatchObjectSize.clone() |
MatchObjectSize |
StorageLensGroupAndOperator.getMatchObjectSize()
Contains
BytesGreaterThan and BytesLessThan to define the object size range (minimum
and maximum number of Bytes). |
MatchObjectSize |
StorageLensGroupFilter.getMatchObjectSize()
Contains
BytesGreaterThan and BytesLessThan to define the object size range (minimum
and maximum number of Bytes). |
MatchObjectSize |
StorageLensGroupOrOperator.getMatchObjectSize()
Filters objects that match the specified object size range.
|
MatchObjectSize |
MatchObjectSize.withBytesGreaterThan(Long bytesGreaterThan)
Specifies the minimum object size in Bytes.
|
MatchObjectSize |
MatchObjectSize.withBytesLessThan(Long bytesLessThan)
Specifies the maximum object size in Bytes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageLensGroupAndOperator.setMatchObjectSize(MatchObjectSize matchObjectSize)
Contains
BytesGreaterThan and BytesLessThan to define the object size range (minimum
and maximum number of Bytes). |
void |
StorageLensGroupFilter.setMatchObjectSize(MatchObjectSize matchObjectSize)
Contains
BytesGreaterThan and BytesLessThan to define the object size range (minimum
and maximum number of Bytes). |
void |
StorageLensGroupOrOperator.setMatchObjectSize(MatchObjectSize matchObjectSize)
Filters objects that match the specified object size range.
|
StorageLensGroupAndOperator |
StorageLensGroupAndOperator.withMatchObjectSize(MatchObjectSize matchObjectSize)
Contains
BytesGreaterThan and BytesLessThan to define the object size range (minimum
and maximum number of Bytes). |
StorageLensGroupFilter |
StorageLensGroupFilter.withMatchObjectSize(MatchObjectSize matchObjectSize)
Contains
BytesGreaterThan and BytesLessThan to define the object size range (minimum
and maximum number of Bytes). |
StorageLensGroupOrOperator |
StorageLensGroupOrOperator.withMatchObjectSize(MatchObjectSize matchObjectSize)
Filters objects that match the specified object size range.
|
Copyright © 2023. All rights reserved.