| 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 |
|---|---|
ListInventoryEntriesResult |
AbstractAWSSimpleSystemsManagement.listInventoryEntries(ListInventoryEntriesRequest request) |
ListInventoryEntriesResult |
AWSSimpleSystemsManagement.listInventoryEntries(ListInventoryEntriesRequest listInventoryEntriesRequest)
A list of inventory items returned by the request.
|
ListInventoryEntriesResult |
AWSSimpleSystemsManagementClient.listInventoryEntries(ListInventoryEntriesRequest request)
A list of inventory items returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<ListInventoryEntriesResult> |
AWSSimpleSystemsManagementAsyncClient.listInventoryEntriesAsync(ListInventoryEntriesRequest request,
AsyncHandler<ListInventoryEntriesRequest,ListInventoryEntriesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListInventoryEntriesResult |
ListInventoryEntriesResult.clone() |
ListInventoryEntriesResult |
ListInventoryEntriesResult.withCaptureTime(String captureTime)
The time that inventory information was collected for the instance(s).
|
ListInventoryEntriesResult |
ListInventoryEntriesResult.withEntries(Collection<Map<String,String>> entries)
A list of inventory items on the instance(s).
|
ListInventoryEntriesResult |
ListInventoryEntriesResult.withEntries(Map<String,String>... entries)
A list of inventory items on the instance(s).
|
ListInventoryEntriesResult |
ListInventoryEntriesResult.withInstanceId(String instanceId)
The instance ID targeted by the request to query inventory information.
|
ListInventoryEntriesResult |
ListInventoryEntriesResult.withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
ListInventoryEntriesResult |
ListInventoryEntriesResult.withSchemaVersion(String schemaVersion)
The inventory schema version used by the instance(s).
|
ListInventoryEntriesResult |
ListInventoryEntriesResult.withTypeName(String typeName)
The type of inventory item returned by the request.
|
Copyright © 2021. All rights reserved.