| 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 |
AWSSimpleSystemsManagement.deleteInventory(DeleteInventoryRequest deleteInventoryRequest)
Delete a custom inventory type or the data associated with a custom Inventory type.
|
DeleteInventoryResult |
AWSSimpleSystemsManagementClient.deleteInventory(DeleteInventoryRequest request)
Delete a custom inventory type or the data associated with a custom Inventory type.
|
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) |
Future<DeleteInventoryResult> |
AWSSimpleSystemsManagementAsyncClient.deleteInventoryAsync(DeleteInventoryRequest request) |
Future<DeleteInventoryResult> |
AWSSimpleSystemsManagementAsync.deleteInventoryAsync(DeleteInventoryRequest deleteInventoryRequest,
AsyncHandler<DeleteInventoryRequest,DeleteInventoryResult> asyncHandler)
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) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteInventoryResult> |
AWSSimpleSystemsManagementAsync.deleteInventoryAsync(DeleteInventoryRequest deleteInventoryRequest,
AsyncHandler<DeleteInventoryRequest,DeleteInventoryResult> asyncHandler)
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) |
| Modifier and Type | Method and Description |
|---|---|
DeleteInventoryRequest |
DeleteInventoryRequest.clone() |
DeleteInventoryRequest |
DeleteInventoryRequest.withClientToken(String clientToken)
User-provided idempotency token.
|
DeleteInventoryRequest |
DeleteInventoryRequest.withDryRun(Boolean dryRun)
Use this option to view a summary of the deletion request without deleting any data or the data type.
|
DeleteInventoryRequest |
DeleteInventoryRequest.withSchemaDeleteOption(InventorySchemaDeleteOption schemaDeleteOption)
Use the
SchemaDeleteOption to delete a custom inventory type (schema). |
DeleteInventoryRequest |
DeleteInventoryRequest.withSchemaDeleteOption(String schemaDeleteOption)
Use the
SchemaDeleteOption to delete a custom inventory type (schema). |
DeleteInventoryRequest |
DeleteInventoryRequest.withTypeName(String typeName)
The name of the custom inventory type for which you want to delete either all previously collected data or the
inventory type itself.
|
Copyright © 2021. All rights reserved.