| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteImportDataError |
BatchDeleteImportDataError.clone() |
BatchDeleteImportDataError |
BatchDeleteImportDataError.withErrorCode(BatchDeleteImportDataErrorCode errorCode)
The type of error that occurred for a specific import task.
|
BatchDeleteImportDataError |
BatchDeleteImportDataError.withErrorCode(String errorCode)
The type of error that occurred for a specific import task.
|
BatchDeleteImportDataError |
BatchDeleteImportDataError.withErrorDescription(String errorDescription)
The description of the error that occurred for a specific import task.
|
BatchDeleteImportDataError |
BatchDeleteImportDataError.withImportTaskId(String importTaskId)
The unique import ID associated with the error that occurred.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchDeleteImportDataError> |
BatchDeleteImportDataResult.getErrors()
Error messages returned for each import task that you deleted as a response for this command.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteImportDataResult |
BatchDeleteImportDataResult.withErrors(BatchDeleteImportDataError... errors)
Error messages returned for each import task that you deleted as a response for this command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDeleteImportDataResult.setErrors(Collection<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 © 2021. All rights reserved.