| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
InventoryDeletionSummaryItem |
InventoryDeletionSummaryItem.clone() |
InventoryDeletionSummaryItem |
InventoryDeletionSummaryItem.withCount(Integer count)
A count of the number of deleted items.
|
InventoryDeletionSummaryItem |
InventoryDeletionSummaryItem.withRemainingCount(Integer remainingCount)
The remaining number of items to delete.
|
InventoryDeletionSummaryItem |
InventoryDeletionSummaryItem.withVersion(String version)
The inventory type version.
|
| Modifier and Type | Method and Description |
|---|---|
List<InventoryDeletionSummaryItem> |
InventoryDeletionSummary.getSummaryItems()
A list of counts and versions for deleted items.
|
| Modifier and Type | Method and Description |
|---|---|
InventoryDeletionSummary |
InventoryDeletionSummary.withSummaryItems(InventoryDeletionSummaryItem... summaryItems)
A list of counts and versions for deleted items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryDeletionSummary.setSummaryItems(Collection<InventoryDeletionSummaryItem> summaryItems)
A list of counts and versions for deleted items.
|
InventoryDeletionSummary |
InventoryDeletionSummary.withSummaryItems(Collection<InventoryDeletionSummaryItem> summaryItems)
A list of counts and versions for deleted items.
|
Copyright © 2020. All rights reserved.