Uses of Class
software.amazon.awssdk.services.braket.model.GetJobResponse
-
Packages that use GetJobResponse Package Description software.amazon.awssdk.services.braket The Amazon Braket API Reference provides information about the operations and structures supported in Amazon Braket. -
-
Uses of GetJobResponse in software.amazon.awssdk.services.braket
Methods in software.amazon.awssdk.services.braket that return GetJobResponse Modifier and Type Method Description default GetJobResponseBraketClient. getJob(Consumer<GetJobRequest.Builder> getJobRequest)Retrieves the specified Amazon Braket job.default GetJobResponseBraketClient. getJob(GetJobRequest getJobRequest)Retrieves the specified Amazon Braket job.Methods in software.amazon.awssdk.services.braket that return types with arguments of type GetJobResponse Modifier and Type Method Description default CompletableFuture<GetJobResponse>BraketAsyncClient. getJob(Consumer<GetJobRequest.Builder> getJobRequest)Retrieves the specified Amazon Braket job.default CompletableFuture<GetJobResponse>BraketAsyncClient. getJob(GetJobRequest getJobRequest)Retrieves the specified Amazon Braket job.
-