Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.StartExportTaskResponse
-
Packages that use StartExportTaskResponse Package Description software.amazon.awssdk.services.applicationdiscovery Amazon Web Services Application Discovery Service -
-
Uses of StartExportTaskResponse in software.amazon.awssdk.services.applicationdiscovery
Methods in software.amazon.awssdk.services.applicationdiscovery that return StartExportTaskResponse Modifier and Type Method Description default StartExportTaskResponseApplicationDiscoveryClient. startExportTask()Begins the export of a discovered data report to an Amazon S3 bucket managed by Amazon Web Services.default StartExportTaskResponseApplicationDiscoveryClient. startExportTask(Consumer<StartExportTaskRequest.Builder> startExportTaskRequest)Begins the export of a discovered data report to an Amazon S3 bucket managed by Amazon Web Services.default StartExportTaskResponseApplicationDiscoveryClient. startExportTask(StartExportTaskRequest startExportTaskRequest)Begins the export of a discovered data report to an Amazon S3 bucket managed by Amazon Web Services.Methods in software.amazon.awssdk.services.applicationdiscovery that return types with arguments of type StartExportTaskResponse Modifier and Type Method Description default CompletableFuture<StartExportTaskResponse>ApplicationDiscoveryAsyncClient. startExportTask()Begins the export of a discovered data report to an Amazon S3 bucket managed by Amazon Web Services.default CompletableFuture<StartExportTaskResponse>ApplicationDiscoveryAsyncClient. startExportTask(Consumer<StartExportTaskRequest.Builder> startExportTaskRequest)Begins the export of a discovered data report to an Amazon S3 bucket managed by Amazon Web Services.default CompletableFuture<StartExportTaskResponse>ApplicationDiscoveryAsyncClient. startExportTask(StartExportTaskRequest startExportTaskRequest)Begins the export of a discovered data report to an Amazon S3 bucket managed by Amazon Web Services.
-