Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.DescribeImportTasksResponse
-
Packages that use DescribeImportTasksResponse Package Description software.amazon.awssdk.services.applicationdiscovery Amazon Web Services Application Discovery Service software.amazon.awssdk.services.applicationdiscovery.paginators -
-
Uses of DescribeImportTasksResponse in software.amazon.awssdk.services.applicationdiscovery
Methods in software.amazon.awssdk.services.applicationdiscovery that return DescribeImportTasksResponse Modifier and Type Method Description default DescribeImportTasksResponseApplicationDiscoveryClient. describeImportTasks()Returns an array of import tasks for your account, including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.default DescribeImportTasksResponseApplicationDiscoveryClient. describeImportTasks(Consumer<DescribeImportTasksRequest.Builder> describeImportTasksRequest)Returns an array of import tasks for your account, including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.default DescribeImportTasksResponseApplicationDiscoveryClient. describeImportTasks(DescribeImportTasksRequest describeImportTasksRequest)Returns an array of import tasks for your account, including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.Methods in software.amazon.awssdk.services.applicationdiscovery that return types with arguments of type DescribeImportTasksResponse Modifier and Type Method Description default CompletableFuture<DescribeImportTasksResponse>ApplicationDiscoveryAsyncClient. describeImportTasks()Returns an array of import tasks for your account, including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.default CompletableFuture<DescribeImportTasksResponse>ApplicationDiscoveryAsyncClient. describeImportTasks(Consumer<DescribeImportTasksRequest.Builder> describeImportTasksRequest)Returns an array of import tasks for your account, including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.default CompletableFuture<DescribeImportTasksResponse>ApplicationDiscoveryAsyncClient. describeImportTasks(DescribeImportTasksRequest describeImportTasksRequest)Returns an array of import tasks for your account, including status information, times, IDs, the Amazon S3 Object URL for the import file, and more. -
Uses of DescribeImportTasksResponse in software.amazon.awssdk.services.applicationdiscovery.paginators
Methods in software.amazon.awssdk.services.applicationdiscovery.paginators that return types with arguments of type DescribeImportTasksResponse Modifier and Type Method Description Iterator<DescribeImportTasksResponse>DescribeImportTasksIterable. iterator()Method parameters in software.amazon.awssdk.services.applicationdiscovery.paginators with type arguments of type DescribeImportTasksResponse Modifier and Type Method Description voidDescribeImportTasksPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeImportTasksResponse> subscriber)
-