| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
InventoryFilter |
InventoryFilter.clone() |
InventoryFilter |
InventoryFilter.withCondition(InventoryFilterCondition condition)
The condition of the filter.
|
InventoryFilter |
InventoryFilter.withCondition(String condition)
The condition of the filter.
|
InventoryFilter |
InventoryFilter.withName(String name)
The name of the filter.
|
InventoryFilter |
InventoryFilter.withValue(String value)
Value of the filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<InventoryFilter> |
ListResourceInventoryRequest.getFilters()
One or more filters.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceInventoryRequest |
ListResourceInventoryRequest.withFilters(InventoryFilter... filters)
One or more filters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourceInventoryRequest.setFilters(Collection<InventoryFilter> filters)
One or more filters.
|
ListResourceInventoryRequest |
ListResourceInventoryRequest.withFilters(Collection<InventoryFilter> filters)
One or more filters.
|
Copyright © 2019. All rights reserved.