Uses of Class
software.amazon.awssdk.services.dataexchange.model.GetJobResponse
-
Packages that use GetJobResponse 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 GetJobResponse in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange that return GetJobResponse Modifier and Type Method Description default GetJobResponseDataExchangeClient. getJob(Consumer<GetJobRequest.Builder> getJobRequest)This operation returns information about a job.default GetJobResponseDataExchangeClient. getJob(GetJobRequest getJobRequest)This operation returns information about a job.Methods in software.amazon.awssdk.services.dataexchange that return types with arguments of type GetJobResponse Modifier and Type Method Description default CompletableFuture<GetJobResponse>DataExchangeAsyncClient. getJob(Consumer<GetJobRequest.Builder> getJobRequest)This operation returns information about a job.default CompletableFuture<GetJobResponse>DataExchangeAsyncClient. getJob(GetJobRequest getJobRequest)This operation returns information about a job.
-