| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
InventoryGroup |
InventoryGroup.clone() |
InventoryGroup |
InventoryGroup.withFilters(Collection<InventoryFilter> filters)
Filters define the criteria for the group.
|
InventoryGroup |
InventoryGroup.withFilters(InventoryFilter... filters)
Filters define the criteria for the group.
|
InventoryGroup |
InventoryGroup.withName(String name)
The name of the group.
|
| Modifier and Type | Method and Description |
|---|---|
List<InventoryGroup> |
InventoryAggregator.getGroups()
A user-defined set of one or more filters on which to aggregate inventory data.
|
| Modifier and Type | Method and Description |
|---|---|
InventoryAggregator |
InventoryAggregator.withGroups(InventoryGroup... groups)
A user-defined set of one or more filters on which to aggregate inventory data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryAggregator.setGroups(Collection<InventoryGroup> groups)
A user-defined set of one or more filters on which to aggregate inventory data.
|
InventoryAggregator |
InventoryAggregator.withGroups(Collection<InventoryGroup> groups)
A user-defined set of one or more filters on which to aggregate inventory data.
|
Copyright © 2023. All rights reserved.