| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
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.
|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListInventoryEntriesResponse> |
SsmAsyncClient.listInventoryEntries(Consumer<ListInventoryEntriesRequest.Builder> listInventoryEntriesRequest)
A list of inventory items returned by the request.
|
default ListInventoryEntriesResponse |
SsmClient.listInventoryEntries(Consumer<ListInventoryEntriesRequest.Builder> listInventoryEntriesRequest)
A list of inventory items returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
static ListInventoryEntriesRequest.Builder |
ListInventoryEntriesRequest.builder() |
ListInventoryEntriesRequest.Builder |
ListInventoryEntriesRequest.Builder.filters(Collection<InventoryFilter> filters)
One or more filters.
|
ListInventoryEntriesRequest.Builder |
ListInventoryEntriesRequest.Builder.filters(Consumer<InventoryFilter.Builder>... filters)
One or more filters.
|
ListInventoryEntriesRequest.Builder |
ListInventoryEntriesRequest.Builder.filters(InventoryFilter... filters)
One or more filters.
|
ListInventoryEntriesRequest.Builder |
ListInventoryEntriesRequest.Builder.instanceId(String instanceId)
The instance ID for which you want inventory information.
|
ListInventoryEntriesRequest.Builder |
ListInventoryEntriesRequest.Builder.maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListInventoryEntriesRequest.Builder |
ListInventoryEntriesRequest.Builder.nextToken(String nextToken)
The token for the next set of items to return.
|
ListInventoryEntriesRequest.Builder |
ListInventoryEntriesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListInventoryEntriesRequest.Builder |
ListInventoryEntriesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListInventoryEntriesRequest.Builder |
ListInventoryEntriesRequest.toBuilder() |
ListInventoryEntriesRequest.Builder |
ListInventoryEntriesRequest.Builder.typeName(String typeName)
The type of inventory item for which you want information.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListInventoryEntriesRequest.Builder> |
ListInventoryEntriesRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.