| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
InventoryFilter |
InventoryFilter.clone() |
InventoryFilter |
InventoryFilter.withCondition(InventoryFilterCondition condition)
Condition of the filter.
|
InventoryFilter |
InventoryFilter.withCondition(String condition)
Condition of the filter.
|
InventoryFilter |
InventoryFilter.withName(String name)
Name of the filter.
|
InventoryFilter |
InventoryFilter.withValue(String value)
Value of the filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<InventoryFilter> |
ListResourceInventoryRequest.getFilters()
Filters to scope the results.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceInventoryRequest |
ListResourceInventoryRequest.withFilters(InventoryFilter... filters)
Filters to scope the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourceInventoryRequest.setFilters(Collection<InventoryFilter> filters)
Filters to scope the results.
|
ListResourceInventoryRequest |
ListResourceInventoryRequest.withFilters(Collection<InventoryFilter> filters)
Filters to scope the results.
|
Copyright © 2024. All rights reserved.