| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
InventoryDeletionSummary |
InventoryDeletionSummary.clone() |
InventoryDeletionSummary |
InventoryDeletionStatusItem.getDeletionSummary()
Information about the delete operation.
|
InventoryDeletionSummary |
DeleteInventoryResult.getDeletionSummary()
A summary of the delete operation.
|
InventoryDeletionSummary |
InventoryDeletionSummary.withRemainingCount(Integer remainingCount)
Remaining number of items to delete.
|
InventoryDeletionSummary |
InventoryDeletionSummary.withSummaryItems(Collection<InventoryDeletionSummaryItem> summaryItems)
A list of counts and versions for deleted items.
|
InventoryDeletionSummary |
InventoryDeletionSummary.withSummaryItems(InventoryDeletionSummaryItem... summaryItems)
A list of counts and versions for deleted items.
|
InventoryDeletionSummary |
InventoryDeletionSummary.withTotalCount(Integer totalCount)
The total number of items to delete.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryDeletionStatusItem.setDeletionSummary(InventoryDeletionSummary deletionSummary)
Information about the delete operation.
|
void |
DeleteInventoryResult.setDeletionSummary(InventoryDeletionSummary deletionSummary)
A summary of the delete operation.
|
InventoryDeletionStatusItem |
InventoryDeletionStatusItem.withDeletionSummary(InventoryDeletionSummary deletionSummary)
Information about the delete operation.
|
DeleteInventoryResult |
DeleteInventoryResult.withDeletionSummary(InventoryDeletionSummary deletionSummary)
A summary of the delete operation.
|
Copyright © 2023. All rights reserved.