| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
InventoryFilter |
InventoryFilter.clone() |
InventoryFilter |
InventoryFilter.withKey(String key)
The name of the filter key.
|
InventoryFilter |
InventoryFilter.withType(InventoryQueryOperatorType type)
The type of filter.
|
InventoryFilter |
InventoryFilter.withType(String type)
The type of filter.
|
InventoryFilter |
InventoryFilter.withValues(Collection<String> values)
Inventory filter values.
|
InventoryFilter |
InventoryFilter.withValues(String... values)
Inventory filter values.
|
| Modifier and Type | Method and Description |
|---|---|
List<InventoryFilter> |
ListInventoryEntriesRequest.getFilters()
One or more filters.
|
List<InventoryFilter> |
InventoryGroup.getFilters()
Filters define the criteria for the group.
|
List<InventoryFilter> |
GetInventoryRequest.getFilters()
One or more filters.
|
| Modifier and Type | Method and Description |
|---|---|
ListInventoryEntriesRequest |
ListInventoryEntriesRequest.withFilters(InventoryFilter... filters)
One or more filters.
|
InventoryGroup |
InventoryGroup.withFilters(InventoryFilter... filters)
Filters define the criteria for the group.
|
GetInventoryRequest |
GetInventoryRequest.withFilters(InventoryFilter... filters)
One or more filters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInventoryEntriesRequest.setFilters(Collection<InventoryFilter> filters)
One or more filters.
|
void |
InventoryGroup.setFilters(Collection<InventoryFilter> filters)
Filters define the criteria for the group.
|
void |
GetInventoryRequest.setFilters(Collection<InventoryFilter> filters)
One or more filters.
|
ListInventoryEntriesRequest |
ListInventoryEntriesRequest.withFilters(Collection<InventoryFilter> filters)
One or more filters.
|
InventoryGroup |
InventoryGroup.withFilters(Collection<InventoryFilter> filters)
Filters define the criteria for the group.
|
GetInventoryRequest |
GetInventoryRequest.withFilters(Collection<InventoryFilter> filters)
One or more filters.
|
Copyright © 2023. All rights reserved.