| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
ImportTask |
ImportTask.clone() |
ImportTask |
StartImportTaskResult.getTask()
An array of information related to the import task request including status information, times, IDs, the Amazon
S3 Object URL for the import file, and more.
|
ImportTask |
ImportTask.withApplicationImportFailure(Integer applicationImportFailure)
The total number of application records in the import file that failed to be imported.
|
ImportTask |
ImportTask.withApplicationImportSuccess(Integer applicationImportSuccess)
The total number of application records in the import file that were successfully imported.
|
ImportTask |
ImportTask.withClientRequestToken(String clientRequestToken)
A unique token used to prevent the same import request from occurring more than once.
|
ImportTask |
ImportTask.withErrorsAndFailedEntriesZip(String errorsAndFailedEntriesZip)
A link to a compressed archive folder (in the ZIP format) that contains an error log and a file of failed
records.
|
ImportTask |
ImportTask.withImportCompletionTime(Date importCompletionTime)
The time that the import task request finished, presented in the Unix time stamp format.
|
ImportTask |
ImportTask.withImportDeletedTime(Date importDeletedTime)
The time that the import task request was deleted, presented in the Unix time stamp format.
|
ImportTask |
ImportTask.withImportRequestTime(Date importRequestTime)
The time that the import task request was made, presented in the Unix time stamp format.
|
ImportTask |
ImportTask.withImportTaskId(String importTaskId)
The unique ID for a specific import task.
|
ImportTask |
ImportTask.withImportUrl(String importUrl)
The URL for your import file that you've uploaded to Amazon S3.
|
ImportTask |
ImportTask.withName(String name)
A descriptive name for an import task.
|
ImportTask |
ImportTask.withServerImportFailure(Integer serverImportFailure)
The total number of server records in the import file that failed to be imported.
|
ImportTask |
ImportTask.withServerImportSuccess(Integer serverImportSuccess)
The total number of server records in the import file that were successfully imported.
|
ImportTask |
ImportTask.withStatus(ImportStatus status)
The status of the import task.
|
ImportTask |
ImportTask.withStatus(String status)
The status of the import task.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImportTask> |
DescribeImportTasksResult.getTasks()
A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartImportTaskResult.setTask(ImportTask task)
An array of information related to the import task request including status information, times, IDs, the Amazon
S3 Object URL for the import file, and more.
|
StartImportTaskResult |
StartImportTaskResult.withTask(ImportTask task)
An array of information related to the import task request including status information, times, IDs, the Amazon
S3 Object URL for the import file, and more.
|
DescribeImportTasksResult |
DescribeImportTasksResult.withTasks(ImportTask... tasks)
A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeImportTasksResult.setTasks(Collection<ImportTask> tasks)
A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
|
DescribeImportTasksResult |
DescribeImportTasksResult.withTasks(Collection<ImportTask> tasks)
A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
|
Copyright © 2019. All rights reserved.