| 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 |
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<GetInventorySchemaResult> |
AWSSimpleSystemsManagementAsyncClient.getInventorySchemaAsync(GetInventorySchemaRequest request) |
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.
|
Future<GetInventorySchemaResult> |
AbstractAWSSimpleSystemsManagementAsync.getInventorySchemaAsync(GetInventorySchemaRequest request,
AsyncHandler<GetInventorySchemaRequest,GetInventorySchemaResult> asyncHandler) |
Future<GetInventorySchemaResult> |
AWSSimpleSystemsManagementAsyncClient.getInventorySchemaAsync(GetInventorySchemaRequest request,
AsyncHandler<GetInventorySchemaRequest,GetInventorySchemaResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<GetInventorySchemaResult> |
AbstractAWSSimpleSystemsManagementAsync.getInventorySchemaAsync(GetInventorySchemaRequest request,
AsyncHandler<GetInventorySchemaRequest,GetInventorySchemaResult> asyncHandler) |
Future<GetInventorySchemaResult> |
AWSSimpleSystemsManagementAsyncClient.getInventorySchemaAsync(GetInventorySchemaRequest request,
AsyncHandler<GetInventorySchemaRequest,GetInventorySchemaResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetInventorySchemaResult |
GetInventorySchemaResult.clone() |
GetInventorySchemaResult |
GetInventorySchemaResult.withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
GetInventorySchemaResult |
GetInventorySchemaResult.withSchemas(Collection<InventoryItemSchema> schemas)
Inventory schemas returned by the request.
|
GetInventorySchemaResult |
GetInventorySchemaResult.withSchemas(InventoryItemSchema... schemas)
Inventory schemas returned by the request.
|
Copyright © 2021. All rights reserved.