Uses of Class
software.amazon.awssdk.services.amplify.model.StopJobResponse
-
Packages that use StopJobResponse Package Description software.amazon.awssdk.services.amplify Amplify enables developers to develop and deploy cloud-powered mobile and web apps. -
-
Uses of StopJobResponse in software.amazon.awssdk.services.amplify
Methods in software.amazon.awssdk.services.amplify that return StopJobResponse Modifier and Type Method Description default StopJobResponseAmplifyClient. stopJob(Consumer<StopJobRequest.Builder> stopJobRequest)Stops a job that is in progress for a branch of an Amplify app.default StopJobResponseAmplifyClient. stopJob(StopJobRequest stopJobRequest)Stops a job that is in progress for a branch of an Amplify app.Methods in software.amazon.awssdk.services.amplify that return types with arguments of type StopJobResponse Modifier and Type Method Description default CompletableFuture<StopJobResponse>AmplifyAsyncClient. stopJob(Consumer<StopJobRequest.Builder> stopJobRequest)Stops a job that is in progress for a branch of an Amplify app.default CompletableFuture<StopJobResponse>AmplifyAsyncClient. stopJob(StopJobRequest stopJobRequest)Stops a job that is in progress for a branch of an Amplify app.
-