Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.ImportTask
-
Packages that use ImportTask Package Description software.amazon.awssdk.services.applicationdiscovery.model software.amazon.awssdk.services.applicationdiscovery.paginators -
-
Uses of ImportTask in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return ImportTask Modifier and Type Method Description ImportTaskStartImportTaskResponse. 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.Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type ImportTask Modifier and Type Method Description List<ImportTask>DescribeImportTasksResponse. tasks()A returned array of import tasks that match any applied filters, up to the specified number of maximum results.Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type ImportTask Modifier and Type Method Description StartImportTaskResponse.BuilderStartImportTaskResponse.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.BuilderDescribeImportTasksResponse.Builder. tasks(ImportTask... tasks)A returned array of import tasks that match any applied filters, up to the specified number of maximum results.Method parameters in software.amazon.awssdk.services.applicationdiscovery.model with type arguments of type ImportTask Modifier and Type Method Description DescribeImportTasksResponse.BuilderDescribeImportTasksResponse.Builder. tasks(Collection<ImportTask> tasks)A returned array of import tasks that match any applied filters, up to the specified number of maximum results. -
Uses of ImportTask in software.amazon.awssdk.services.applicationdiscovery.paginators
Methods in software.amazon.awssdk.services.applicationdiscovery.paginators that return types with arguments of type ImportTask Modifier and Type Method Description SdkIterable<ImportTask>DescribeImportTasksIterable. tasks()Returns an iterable to iterate through the paginatedDescribeImportTasksResponse.tasks()member.SdkPublisher<ImportTask>DescribeImportTasksPublisher. tasks()Returns a publisher that can be used to get a stream of data.
-