| 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 |
|---|---|
DeleteInventoryResult |
AbstractAWSSimpleSystemsManagement.deleteInventory(DeleteInventoryRequest request) |
DeleteInventoryResult |
AWSSimpleSystemsManagementClient.deleteInventory(DeleteInventoryRequest request)
Delete a custom inventory type or the data associated with a custom Inventory type.
|
DeleteInventoryResult |
AWSSimpleSystemsManagement.deleteInventory(DeleteInventoryRequest deleteInventoryRequest)
Delete a custom inventory type or the data associated with a custom Inventory type.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteInventoryResult> |
AbstractAWSSimpleSystemsManagementAsync.deleteInventoryAsync(DeleteInventoryRequest request) |
Future<DeleteInventoryResult> |
AWSSimpleSystemsManagementAsyncClient.deleteInventoryAsync(DeleteInventoryRequest request) |
Future<DeleteInventoryResult> |
AWSSimpleSystemsManagementAsync.deleteInventoryAsync(DeleteInventoryRequest deleteInventoryRequest)
Delete a custom inventory type or the data associated with a custom Inventory type.
|
Future<DeleteInventoryResult> |
AbstractAWSSimpleSystemsManagementAsync.deleteInventoryAsync(DeleteInventoryRequest request,
AsyncHandler<DeleteInventoryRequest,DeleteInventoryResult> asyncHandler) |
Future<DeleteInventoryResult> |
AWSSimpleSystemsManagementAsyncClient.deleteInventoryAsync(DeleteInventoryRequest request,
AsyncHandler<DeleteInventoryRequest,DeleteInventoryResult> asyncHandler) |
Future<DeleteInventoryResult> |
AWSSimpleSystemsManagementAsync.deleteInventoryAsync(DeleteInventoryRequest deleteInventoryRequest,
AsyncHandler<DeleteInventoryRequest,DeleteInventoryResult> asyncHandler)
Delete a custom inventory type or the data associated with a custom Inventory type.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteInventoryResult> |
AbstractAWSSimpleSystemsManagementAsync.deleteInventoryAsync(DeleteInventoryRequest request,
AsyncHandler<DeleteInventoryRequest,DeleteInventoryResult> asyncHandler) |
Future<DeleteInventoryResult> |
AWSSimpleSystemsManagementAsyncClient.deleteInventoryAsync(DeleteInventoryRequest request,
AsyncHandler<DeleteInventoryRequest,DeleteInventoryResult> asyncHandler) |
Future<DeleteInventoryResult> |
AWSSimpleSystemsManagementAsync.deleteInventoryAsync(DeleteInventoryRequest deleteInventoryRequest,
AsyncHandler<DeleteInventoryRequest,DeleteInventoryResult> asyncHandler)
Delete a custom inventory type or the data associated with a custom Inventory type.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteInventoryResult |
DeleteInventoryResult.clone() |
DeleteInventoryResult |
DeleteInventoryResult.withDeletionId(String deletionId)
Every
DeleteInventory operation is assigned a unique ID. |
DeleteInventoryResult |
DeleteInventoryResult.withDeletionSummary(InventoryDeletionSummary deletionSummary)
A summary of the delete operation.
|
DeleteInventoryResult |
DeleteInventoryResult.withTypeName(String typeName)
The name of the inventory data type specified in the request.
|
Copyright © 2022. All rights reserved.