Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.StartExportTaskRequest
-
Packages that use StartExportTaskRequest Package Description software.amazon.awssdk.services.applicationdiscovery Amazon Web Services Application Discovery Service software.amazon.awssdk.services.applicationdiscovery.transform -
-
Uses of StartExportTaskRequest in software.amazon.awssdk.services.applicationdiscovery
Methods in software.amazon.awssdk.services.applicationdiscovery with parameters of type StartExportTaskRequest Modifier and Type Method Description 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.default StartExportTaskResponseApplicationDiscoveryClient. startExportTask(StartExportTaskRequest startExportTaskRequest)Begins the export of a discovered data report to an Amazon S3 bucket managed by Amazon Web Services. -
Uses of StartExportTaskRequest in software.amazon.awssdk.services.applicationdiscovery.transform
Methods in software.amazon.awssdk.services.applicationdiscovery.transform with parameters of type StartExportTaskRequest Modifier and Type Method Description SdkHttpFullRequestStartExportTaskRequestMarshaller. marshall(StartExportTaskRequest startExportTaskRequest)
-