| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery |
|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDeleteImportDataResult> |
AbstractAWSApplicationDiscoveryAsync.batchDeleteImportDataAsync(BatchDeleteImportDataRequest request,
AsyncHandler<BatchDeleteImportDataRequest,BatchDeleteImportDataResult> asyncHandler) |
Future<BatchDeleteImportDataResult> |
AWSApplicationDiscoveryAsync.batchDeleteImportDataAsync(BatchDeleteImportDataRequest batchDeleteImportDataRequest,
AsyncHandler<BatchDeleteImportDataRequest,BatchDeleteImportDataResult> asyncHandler)
Deletes one or more import tasks, each identified by their import ID.
|
Future<BatchDeleteImportDataResult> |
AWSApplicationDiscoveryAsyncClient.batchDeleteImportDataAsync(BatchDeleteImportDataRequest request,
AsyncHandler<BatchDeleteImportDataRequest,BatchDeleteImportDataResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteImportDataRequest |
BatchDeleteImportDataRequest.clone() |
BatchDeleteImportDataRequest |
BatchDeleteImportDataRequest.withDeleteHistory(Boolean deleteHistory)
Set to
true to remove the deleted import task from DescribeImportTasks. |
BatchDeleteImportDataRequest |
BatchDeleteImportDataRequest.withImportTaskIds(Collection<String> importTaskIds)
The IDs for the import tasks that you want to delete.
|
BatchDeleteImportDataRequest |
BatchDeleteImportDataRequest.withImportTaskIds(String... importTaskIds)
The IDs for the import tasks that you want to delete.
|
Copyright © 2024. All rights reserved.