| 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<GetInventorySchemaResponse> |
SsmAsyncClient.getInventorySchema(Consumer<GetInventorySchemaRequest.Builder> getInventorySchemaRequest)
Return a list of inventory type names for the account, or return a list of attribute names for a specific
Inventory item type.
|
default GetInventorySchemaResponse |
SsmClient.getInventorySchema(Consumer<GetInventorySchemaRequest.Builder> getInventorySchemaRequest)
Return a list of inventory type names for the account, or return a list of attribute names for a specific
Inventory item type.
|
default GetInventorySchemaPublisher |
SsmAsyncClient.getInventorySchemaPaginator(Consumer<GetInventorySchemaRequest.Builder> getInventorySchemaRequest)
Return a list of inventory type names for the account, or return a list of attribute names for a specific
Inventory item type.
|
default GetInventorySchemaIterable |
SsmClient.getInventorySchemaPaginator(Consumer<GetInventorySchemaRequest.Builder> getInventorySchemaRequest)
Return a list of inventory type names for the account, or return a list of attribute names for a specific
Inventory item type.
|
| Modifier and Type | Method and Description |
|---|---|
GetInventorySchemaRequest.Builder |
GetInventorySchemaRequest.Builder.aggregator(Boolean aggregator)
Returns inventory schemas that support aggregation.
|
static GetInventorySchemaRequest.Builder |
GetInventorySchemaRequest.builder() |
GetInventorySchemaRequest.Builder |
GetInventorySchemaRequest.Builder.maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
GetInventorySchemaRequest.Builder |
GetInventorySchemaRequest.Builder.nextToken(String nextToken)
The token for the next set of items to return.
|
GetInventorySchemaRequest.Builder |
GetInventorySchemaRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetInventorySchemaRequest.Builder |
GetInventorySchemaRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetInventorySchemaRequest.Builder |
GetInventorySchemaRequest.Builder.subType(Boolean subType)
Returns the sub-type schema for a specified inventory type.
|
GetInventorySchemaRequest.Builder |
GetInventorySchemaRequest.toBuilder() |
GetInventorySchemaRequest.Builder |
GetInventorySchemaRequest.Builder.typeName(String typeName)
The type of inventory item to return.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetInventorySchemaRequest.Builder> |
GetInventorySchemaRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.