Uses of Class
software.amazon.awssdk.services.dataexchange.model.StartJobRequest
-
Packages that use StartJobRequest Package Description software.amazon.awssdk.services.dataexchange AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud.software.amazon.awssdk.services.dataexchange.transform -
-
Uses of StartJobRequest in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange with parameters of type StartJobRequest Modifier and Type Method Description default CompletableFuture<StartJobResponse>DataExchangeAsyncClient. startJob(StartJobRequest startJobRequest)This operation starts a job.default StartJobResponseDataExchangeClient. startJob(StartJobRequest startJobRequest)This operation starts a job. -
Uses of StartJobRequest in software.amazon.awssdk.services.dataexchange.transform
Methods in software.amazon.awssdk.services.dataexchange.transform with parameters of type StartJobRequest Modifier and Type Method Description SdkHttpFullRequestStartJobRequestMarshaller. marshall(StartJobRequest startJobRequest)
-