| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
PutInventoryResult |
AbstractAWSSimpleSystemsManagement.putInventory(PutInventoryRequest request) |
PutInventoryResult |
AWSSimpleSystemsManagementClient.putInventory(PutInventoryRequest request)
Bulk update custom inventory items on one more instance.
|
PutInventoryResult |
AWSSimpleSystemsManagement.putInventory(PutInventoryRequest putInventoryRequest)
Bulk update custom inventory items on one more instance.
|
Future<PutInventoryResult> |
AWSSimpleSystemsManagementAsync.putInventoryAsync(PutInventoryRequest putInventoryRequest)
Bulk update custom inventory items on one more instance.
|
Future<PutInventoryResult> |
AbstractAWSSimpleSystemsManagementAsync.putInventoryAsync(PutInventoryRequest request) |
Future<PutInventoryResult> |
AWSSimpleSystemsManagementAsyncClient.putInventoryAsync(PutInventoryRequest request) |
Future<PutInventoryResult> |
AWSSimpleSystemsManagementAsync.putInventoryAsync(PutInventoryRequest putInventoryRequest,
AsyncHandler<PutInventoryRequest,PutInventoryResult> asyncHandler)
Bulk update custom inventory items on one more instance.
|
Future<PutInventoryResult> |
AbstractAWSSimpleSystemsManagementAsync.putInventoryAsync(PutInventoryRequest request,
AsyncHandler<PutInventoryRequest,PutInventoryResult> asyncHandler) |
Future<PutInventoryResult> |
AWSSimpleSystemsManagementAsyncClient.putInventoryAsync(PutInventoryRequest request,
AsyncHandler<PutInventoryRequest,PutInventoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutInventoryResult> |
AWSSimpleSystemsManagementAsync.putInventoryAsync(PutInventoryRequest putInventoryRequest,
AsyncHandler<PutInventoryRequest,PutInventoryResult> asyncHandler)
Bulk update custom inventory items on one more instance.
|
Future<PutInventoryResult> |
AbstractAWSSimpleSystemsManagementAsync.putInventoryAsync(PutInventoryRequest request,
AsyncHandler<PutInventoryRequest,PutInventoryResult> asyncHandler) |
Future<PutInventoryResult> |
AWSSimpleSystemsManagementAsyncClient.putInventoryAsync(PutInventoryRequest request,
AsyncHandler<PutInventoryRequest,PutInventoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutInventoryRequest |
PutInventoryRequest.clone() |
PutInventoryRequest |
PutInventoryRequest.withInstanceId(String instanceId)
An instance ID where you want to add or update inventory items.
|
PutInventoryRequest |
PutInventoryRequest.withItems(Collection<InventoryItem> items)
The inventory items that you want to add or update on instances.
|
PutInventoryRequest |
PutInventoryRequest.withItems(InventoryItem... items)
The inventory items that you want to add or update on instances.
|
Copyright © 2021. All rights reserved.