Uses of Class
software.amazon.awssdk.services.dataexchange.model.StartJobResponse
-
Packages that use StartJobResponse 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. -
-
Uses of StartJobResponse in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange that return StartJobResponse Modifier and Type Method Description default StartJobResponseDataExchangeClient. startJob(Consumer<StartJobRequest.Builder> startJobRequest)This operation starts a job.default StartJobResponseDataExchangeClient. startJob(StartJobRequest startJobRequest)This operation starts a job.Methods in software.amazon.awssdk.services.dataexchange that return types with arguments of type StartJobResponse Modifier and Type Method Description default CompletableFuture<StartJobResponse>DataExchangeAsyncClient. startJob(Consumer<StartJobRequest.Builder> startJobRequest)This operation starts a job.default CompletableFuture<StartJobResponse>DataExchangeAsyncClient. startJob(StartJobRequest startJobRequest)This operation starts a job.
-