Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.ImportFileTaskInformation
-
Packages that use ImportFileTaskInformation Package Description software.amazon.awssdk.services.migrationhubstrategy.model software.amazon.awssdk.services.migrationhubstrategy.paginators -
-
Uses of ImportFileTaskInformation in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type ImportFileTaskInformation Modifier and Type Method Description List<ImportFileTaskInformation>ListImportFileTaskResponse. taskInfos()Lists information about the files you import.Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type ImportFileTaskInformation Modifier and Type Method Description ListImportFileTaskResponse.BuilderListImportFileTaskResponse.Builder. taskInfos(ImportFileTaskInformation... taskInfos)Lists information about the files you import.Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type ImportFileTaskInformation Modifier and Type Method Description ListImportFileTaskResponse.BuilderListImportFileTaskResponse.Builder. taskInfos(Collection<ImportFileTaskInformation> taskInfos)Lists information about the files you import. -
Uses of ImportFileTaskInformation in software.amazon.awssdk.services.migrationhubstrategy.paginators
Methods in software.amazon.awssdk.services.migrationhubstrategy.paginators that return types with arguments of type ImportFileTaskInformation Modifier and Type Method Description SdkIterable<ImportFileTaskInformation>ListImportFileTaskIterable. taskInfos()Returns an iterable to iterate through the paginatedListImportFileTaskResponse.taskInfos()member.SdkPublisher<ImportFileTaskInformation>ListImportFileTaskPublisher. taskInfos()Returns a publisher that can be used to get a stream of data.
-