| Package | Description |
|---|---|
| com.amazonaws.services.s3.model.inventory |
| Modifier and Type | Class and Description |
|---|---|
class |
InventoryPrefixPredicate
A
InventoryFilterPredicate class to represent the
prefix to use when evaluating an inventory filter. |
| Modifier and Type | Method and Description |
|---|---|
InventoryFilterPredicate |
InventoryFilter.getPredicate()
Returns the
InventoryFilterPredicate to be used when evaluating an inventory filter. |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryFilter.setPredicate(InventoryFilterPredicate predicate)
Sets the
InventoryFilterPredicate to be used when evaluating an inventory filter. |
InventoryFilter |
InventoryFilter.withPredicate(InventoryFilterPredicate predicate)
Sets the
InventoryFilterPredicate to be used when evaluating an inventory filter
and returns the InventoryFilter object for method chaining. |
| Constructor and Description |
|---|
InventoryFilter(InventoryFilterPredicate predicate) |
Copyright © 2018. All rights reserved.