| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities to help you manage your applications and
infrastructure running in the Amazon Web Services Cloud;.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetInventoryResult |
AbstractAWSSimpleSystemsManagement.getInventory(GetInventoryRequest request) |
GetInventoryResult |
AWSSimpleSystemsManagementClient.getInventory(GetInventoryRequest request)
Query inventory information.
|
GetInventoryResult |
AWSSimpleSystemsManagement.getInventory(GetInventoryRequest getInventoryRequest)
Query inventory information.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetInventoryResult> |
AWSSimpleSystemsManagementAsyncClient.getInventoryAsync(GetInventoryRequest request,
AsyncHandler<GetInventoryRequest,GetInventoryResult> asyncHandler) |
Future<GetInventoryResult> |
AbstractAWSSimpleSystemsManagementAsync.getInventoryAsync(GetInventoryRequest request,
AsyncHandler<GetInventoryRequest,GetInventoryResult> asyncHandler) |
Future<GetInventoryResult> |
AWSSimpleSystemsManagementAsync.getInventoryAsync(GetInventoryRequest getInventoryRequest,
AsyncHandler<GetInventoryRequest,GetInventoryResult> asyncHandler)
Query inventory information.
|
| Modifier and Type | Method and Description |
|---|---|
GetInventoryResult |
GetInventoryResult.clone() |
GetInventoryResult |
GetInventoryResult.withEntities(Collection<InventoryResultEntity> entities)
Collection of inventory entities such as a collection of managed node inventory.
|
GetInventoryResult |
GetInventoryResult.withEntities(InventoryResultEntity... entities)
Collection of inventory entities such as a collection of managed node inventory.
|
GetInventoryResult |
GetInventoryResult.withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
Copyright © 2022. All rights reserved.