| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
static ListImportFileTaskResponse.Builder |
ListImportFileTaskResponse.builder() |
ListImportFileTaskResponse.Builder |
ListImportFileTaskResponse.Builder.nextToken(String nextToken)
The token you use to retrieve the next set of results, or null if there are no more results.
|
ListImportFileTaskResponse.Builder |
ListImportFileTaskResponse.Builder.taskInfos(Collection<ImportFileTaskInformation> taskInfos)
Lists information about the files you import.
|
ListImportFileTaskResponse.Builder |
ListImportFileTaskResponse.Builder.taskInfos(Consumer<ImportFileTaskInformation.Builder>... taskInfos)
Lists information about the files you import.
|
ListImportFileTaskResponse.Builder |
ListImportFileTaskResponse.Builder.taskInfos(ImportFileTaskInformation... taskInfos)
Lists information about the files you import.
|
ListImportFileTaskResponse.Builder |
ListImportFileTaskResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListImportFileTaskResponse.Builder> |
ListImportFileTaskResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.