| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model | |
| software.amazon.awssdk.services.migrationhubstrategy.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ImportFileTaskInformation> |
ListImportFileTaskResponse.taskInfos()
Lists information about the files you import.
|
| Modifier and Type | Method and Description |
|---|---|
ListImportFileTaskResponse.Builder |
ListImportFileTaskResponse.Builder.taskInfos(ImportFileTaskInformation... taskInfos)
Lists information about the files you import.
|
| Modifier and Type | Method and Description |
|---|---|
ListImportFileTaskResponse.Builder |
ListImportFileTaskResponse.Builder.taskInfos(Collection<ImportFileTaskInformation> taskInfos)
Lists information about the files you import.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ImportFileTaskInformation> |
ListImportFileTaskPublisher.taskInfos()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ImportFileTaskInformation> |
ListImportFileTaskIterable.taskInfos()
Returns an iterable to iterate through the paginated
ListImportFileTaskResponse.taskInfos() member. |
Copyright © 2022. All rights reserved.