| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListInventoryEntriesResult> |
AWSSimpleSystemsManagementAsyncClient.listInventoryEntriesAsync(ListInventoryEntriesRequest request,
AsyncHandler<ListInventoryEntriesRequest,ListInventoryEntriesResult> asyncHandler) |
Future<ListInventoryEntriesResult> |
AWSSimpleSystemsManagementAsync.listInventoryEntriesAsync(ListInventoryEntriesRequest listInventoryEntriesRequest,
AsyncHandler<ListInventoryEntriesRequest,ListInventoryEntriesResult> asyncHandler)
A list of inventory items returned by the request.
|
Future<ListInventoryEntriesResult> |
AbstractAWSSimpleSystemsManagementAsync.listInventoryEntriesAsync(ListInventoryEntriesRequest request,
AsyncHandler<ListInventoryEntriesRequest,ListInventoryEntriesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListInventoryEntriesRequest |
ListInventoryEntriesRequest.clone() |
ListInventoryEntriesRequest |
ListInventoryEntriesRequest.withFilters(Collection<InventoryFilter> filters)
One or more filters.
|
ListInventoryEntriesRequest |
ListInventoryEntriesRequest.withFilters(InventoryFilter... filters)
One or more filters.
|
ListInventoryEntriesRequest |
ListInventoryEntriesRequest.withInstanceId(String instanceId)
The instance ID for which you want inventory information.
|
ListInventoryEntriesRequest |
ListInventoryEntriesRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListInventoryEntriesRequest |
ListInventoryEntriesRequest.withNextToken(String nextToken)
The token for the next set of items to return.
|
ListInventoryEntriesRequest |
ListInventoryEntriesRequest.withTypeName(String typeName)
The type of inventory item for which you want information.
|
Copyright © 2020. All rights reserved.