| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
ImportTask |
StartImportTaskResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImportTask> |
DescribeImportTasksResponse.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 |
|---|---|
StartImportTaskResponse.Builder |
StartImportTaskResponse.Builder.task(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.
|
DescribeImportTasksResponse.Builder |
DescribeImportTasksResponse.Builder.tasks(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 |
|---|---|
DescribeImportTasksResponse.Builder |
DescribeImportTasksResponse.Builder.tasks(Collection<ImportTask> tasks)
A returned array of import tasks that match any applied filters, up to the specified number of maximum
results.
|
Copyright © 2023. All rights reserved.