| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.transform |
| Modifier and Type | Method and Description |
|---|---|
List<InventoryItem> |
PutInventoryRequest.items()
The inventory items that you want to add or update on instances.
|
| Modifier and Type | Method and Description |
|---|---|
PutInventoryRequest.Builder |
PutInventoryRequest.Builder.items(InventoryItem... items)
The inventory items that you want to add or update on instances.
|
| Modifier and Type | Method and Description |
|---|---|
PutInventoryRequest.Builder |
PutInventoryRequest.Builder.items(Collection<InventoryItem> items)
The inventory items that you want to add or update on instances.
|
| Modifier and Type | Method and Description |
|---|---|
InventoryItem |
InventoryItemUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryItemMarshaller.marshall(InventoryItem inventoryItem,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2018. All rights reserved.