| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
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 |
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.
|
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) |
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.
|
Future<GetInventorySchemaResult> |
AbstractAWSSimpleSystemsManagementAsync.getInventorySchemaAsync(GetInventorySchemaRequest request,
AsyncHandler<GetInventorySchemaRequest,GetInventorySchemaResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<GetInventorySchemaResult> |
AbstractAWSSimpleSystemsManagementAsync.getInventorySchemaAsync(GetInventorySchemaRequest request,
AsyncHandler<GetInventorySchemaRequest,GetInventorySchemaResult> asyncHandler) |
| 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 © 2020. All rights reserved.