| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetInventoryResult |
AWSSimpleSystemsManagement.getInventory(GetInventoryRequest getInventoryRequest)
Query inventory information.
|
GetInventoryResult |
AbstractAWSSimpleSystemsManagement.getInventory(GetInventoryRequest request) |
GetInventoryResult |
AWSSimpleSystemsManagementClient.getInventory(GetInventoryRequest request)
Query inventory information.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetInventoryResult> |
AWSSimpleSystemsManagementAsyncClient.getInventoryAsync(GetInventoryRequest request,
AsyncHandler<GetInventoryRequest,GetInventoryResult> asyncHandler) |
Future<GetInventoryResult> |
AWSSimpleSystemsManagementAsync.getInventoryAsync(GetInventoryRequest getInventoryRequest,
AsyncHandler<GetInventoryRequest,GetInventoryResult> asyncHandler)
Query inventory information.
|
Future<GetInventoryResult> |
AbstractAWSSimpleSystemsManagementAsync.getInventoryAsync(GetInventoryRequest request,
AsyncHandler<GetInventoryRequest,GetInventoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetInventoryResult |
GetInventoryResult.clone() |
GetInventoryResult |
GetInventoryResult.withEntities(Collection<InventoryResultEntity> entities)
Collection of inventory entities such as a collection of instance inventory.
|
GetInventoryResult |
GetInventoryResult.withEntities(InventoryResultEntity... entities)
Collection of inventory entities such as a collection of instance inventory.
|
GetInventoryResult |
GetInventoryResult.withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
Copyright © 2019. All rights reserved.