| 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 |
|---|---|
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 |
|---|---|
GetInventoryRequest |
GetInventoryRequest.clone() |
GetInventoryRequest |
GetInventoryRequest.withAggregators(Collection<InventoryAggregator> aggregators)
Returns counts of inventory types based on one or more expressions.
|
GetInventoryRequest |
GetInventoryRequest.withAggregators(InventoryAggregator... aggregators)
Returns counts of inventory types based on one or more expressions.
|
GetInventoryRequest |
GetInventoryRequest.withFilters(Collection<InventoryFilter> filters)
One or more filters.
|
GetInventoryRequest |
GetInventoryRequest.withFilters(InventoryFilter... filters)
One or more filters.
|
GetInventoryRequest |
GetInventoryRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
GetInventoryRequest |
GetInventoryRequest.withNextToken(String nextToken)
The token for the next set of items to return.
|
GetInventoryRequest |
GetInventoryRequest.withResultAttributes(Collection<ResultAttribute> resultAttributes)
The list of inventory item types to return.
|
GetInventoryRequest |
GetInventoryRequest.withResultAttributes(ResultAttribute... resultAttributes)
The list of inventory item types to return.
|
Copyright © 2021. All rights reserved.