Uses of Class
software.amazon.awssdk.services.amplifybackend.model.GetBackendJobResponse
-
Packages that use GetBackendJobResponse Package Description software.amazon.awssdk.services.amplifybackend AWS Amplify Admin API -
-
Uses of GetBackendJobResponse in software.amazon.awssdk.services.amplifybackend
Methods in software.amazon.awssdk.services.amplifybackend that return GetBackendJobResponse Modifier and Type Method Description default GetBackendJobResponseAmplifyBackendClient. getBackendJob(Consumer<GetBackendJobRequest.Builder> getBackendJobRequest)Returns information about a specific job.default GetBackendJobResponseAmplifyBackendClient. getBackendJob(GetBackendJobRequest getBackendJobRequest)Returns information about a specific job.Methods in software.amazon.awssdk.services.amplifybackend that return types with arguments of type GetBackendJobResponse Modifier and Type Method Description default CompletableFuture<GetBackendJobResponse>AmplifyBackendAsyncClient. getBackendJob(Consumer<GetBackendJobRequest.Builder> getBackendJobRequest)Returns information about a specific job.default CompletableFuture<GetBackendJobResponse>AmplifyBackendAsyncClient. getBackendJob(GetBackendJobRequest getBackendJobRequest)Returns information about a specific job.
-