Uses of Class
software.amazon.awssdk.services.mgn.model.StartExportRequest
-
Packages that use StartExportRequest Package Description software.amazon.awssdk.services.mgn The Application Migration Service service.software.amazon.awssdk.services.mgn.transform -
-
Uses of StartExportRequest in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn with parameters of type StartExportRequest Modifier and Type Method Description default CompletableFuture<StartExportResponse>MgnAsyncClient. startExport(StartExportRequest startExportRequest)Start export.default StartExportResponseMgnClient. startExport(StartExportRequest startExportRequest)Start export. -
Uses of StartExportRequest in software.amazon.awssdk.services.mgn.transform
Methods in software.amazon.awssdk.services.mgn.transform with parameters of type StartExportRequest Modifier and Type Method Description SdkHttpFullRequestStartExportRequestMarshaller. marshall(StartExportRequest startExportRequest)
-