| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteInventoryResult |
AWSSimpleSystemsManagement.deleteInventory(DeleteInventoryRequest deleteInventoryRequest)
Delete a custom inventory type, or the data associated with a custom Inventory type.
|
DeleteInventoryResult |
AbstractAWSSimpleSystemsManagement.deleteInventory(DeleteInventoryRequest request) |
DeleteInventoryResult |
AWSSimpleSystemsManagementClient.deleteInventory(DeleteInventoryRequest request)
Delete a custom inventory type, or the data associated with a custom Inventory type.
|
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) |
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.
|
Future<DeleteInventoryResult> |
AbstractAWSSimpleSystemsManagementAsync.deleteInventoryAsync(DeleteInventoryRequest request,
AsyncHandler<DeleteInventoryRequest,DeleteInventoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<DeleteInventoryResult> |
AbstractAWSSimpleSystemsManagementAsync.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 © 2020. All rights reserved.