| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetInventoryResult |
AbstractAWSSimpleSystemsManagement.getInventory(GetInventoryRequest request) |
GetInventoryResult |
AWSSimpleSystemsManagement.getInventory(GetInventoryRequest getInventoryRequest)
Query inventory information.
|
GetInventoryResult |
AWSSimpleSystemsManagementClient.getInventory(GetInventoryRequest request)
Query inventory information.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetInventoryResult> |
AWSSimpleSystemsManagementAsync.getInventoryAsync(GetInventoryRequest getInventoryRequest,
AsyncHandler<GetInventoryRequest,GetInventoryResult> asyncHandler)
Query inventory information.
|
Future<GetInventoryResult> |
AbstractAWSSimpleSystemsManagementAsync.getInventoryAsync(GetInventoryRequest request,
AsyncHandler<GetInventoryRequest,GetInventoryResult> asyncHandler) |
Future<GetInventoryResult> |
AWSSimpleSystemsManagementAsyncClient.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 © 2021. All rights reserved.