| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery |
|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteImportDataResult |
AbstractAWSApplicationDiscovery.batchDeleteImportData(BatchDeleteImportDataRequest request) |
BatchDeleteImportDataResult |
AWSApplicationDiscoveryClient.batchDeleteImportData(BatchDeleteImportDataRequest request)
Deletes one or more import tasks, each identified by their import ID.
|
BatchDeleteImportDataResult |
AWSApplicationDiscovery.batchDeleteImportData(BatchDeleteImportDataRequest batchDeleteImportDataRequest)
Deletes one or more import tasks, each identified by their import ID.
|
| 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 |
|---|---|
BatchDeleteImportDataResult |
BatchDeleteImportDataResult.clone() |
BatchDeleteImportDataResult |
BatchDeleteImportDataResult.withErrors(BatchDeleteImportDataError... errors)
Error messages returned for each import task that you deleted as a response for this command.
|
BatchDeleteImportDataResult |
BatchDeleteImportDataResult.withErrors(Collection<BatchDeleteImportDataError> errors)
Error messages returned for each import task that you deleted as a response for this command.
|
Copyright © 2023. All rights reserved.