| 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 |
|---|---|
GetInventorySchemaResult |
AbstractAWSSimpleSystemsManagement.getInventorySchema(GetInventorySchemaRequest request) |
GetInventorySchemaResult |
AWSSimpleSystemsManagementClient.getInventorySchema(GetInventorySchemaRequest request)
Return a list of inventory type names for the account, or return a list of attribute names for a specific
Inventory item type.
|
GetInventorySchemaResult |
AWSSimpleSystemsManagement.getInventorySchema(GetInventorySchemaRequest getInventorySchemaRequest)
Return a list of inventory type names for the account, or return a list of attribute names for a specific
Inventory item type.
|
Future<GetInventorySchemaResult> |
AbstractAWSSimpleSystemsManagementAsync.getInventorySchemaAsync(GetInventorySchemaRequest request) |
Future<GetInventorySchemaResult> |
AWSSimpleSystemsManagementAsyncClient.getInventorySchemaAsync(GetInventorySchemaRequest request) |
Future<GetInventorySchemaResult> |
AWSSimpleSystemsManagementAsync.getInventorySchemaAsync(GetInventorySchemaRequest getInventorySchemaRequest)
Return a list of inventory type names for the account, or return a list of attribute names for a specific
Inventory item type.
|
Future<GetInventorySchemaResult> |
AbstractAWSSimpleSystemsManagementAsync.getInventorySchemaAsync(GetInventorySchemaRequest request,
AsyncHandler<GetInventorySchemaRequest,GetInventorySchemaResult> asyncHandler) |
Future<GetInventorySchemaResult> |
AWSSimpleSystemsManagementAsyncClient.getInventorySchemaAsync(GetInventorySchemaRequest request,
AsyncHandler<GetInventorySchemaRequest,GetInventorySchemaResult> asyncHandler) |
Future<GetInventorySchemaResult> |
AWSSimpleSystemsManagementAsync.getInventorySchemaAsync(GetInventorySchemaRequest getInventorySchemaRequest,
AsyncHandler<GetInventorySchemaRequest,GetInventorySchemaResult> asyncHandler)
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 |
|---|---|
Future<GetInventorySchemaResult> |
AbstractAWSSimpleSystemsManagementAsync.getInventorySchemaAsync(GetInventorySchemaRequest request,
AsyncHandler<GetInventorySchemaRequest,GetInventorySchemaResult> asyncHandler) |
Future<GetInventorySchemaResult> |
AWSSimpleSystemsManagementAsyncClient.getInventorySchemaAsync(GetInventorySchemaRequest request,
AsyncHandler<GetInventorySchemaRequest,GetInventorySchemaResult> asyncHandler) |
Future<GetInventorySchemaResult> |
AWSSimpleSystemsManagementAsync.getInventorySchemaAsync(GetInventorySchemaRequest getInventorySchemaRequest,
AsyncHandler<GetInventorySchemaRequest,GetInventorySchemaResult> asyncHandler)
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 |
GetInventorySchemaRequest.clone() |
GetInventorySchemaRequest |
GetInventorySchemaRequest.withAggregator(Boolean aggregator)
Returns inventory schemas that support aggregation.
|
GetInventorySchemaRequest |
GetInventorySchemaRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
GetInventorySchemaRequest |
GetInventorySchemaRequest.withNextToken(String nextToken)
The token for the next set of items to return.
|
GetInventorySchemaRequest |
GetInventorySchemaRequest.withSubType(Boolean subType)
Returns the sub-type schema for a specified inventory type.
|
GetInventorySchemaRequest |
GetInventorySchemaRequest.withTypeName(String typeName)
The type of inventory item to return.
|
Copyright © 2022. All rights reserved.