| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify |
Amplify is a fully managed continuous deployment and hosting service for modern web apps.
|
| Modifier and Type | Method and Description |
|---|---|
default StopJobResponse |
AmplifyClient.stopJob(Consumer<StopJobRequest.Builder> stopJobRequest)
Stop a job that is in progress, for an Amplify branch, part of Amplify App.
|
default StopJobResponse |
AmplifyClient.stopJob(StopJobRequest stopJobRequest)
Stop a job that is in progress, for an Amplify branch, part of Amplify App.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopJobResponse> |
AmplifyAsyncClient.stopJob(Consumer<StopJobRequest.Builder> stopJobRequest)
Stop a job that is in progress, for an Amplify branch, part of Amplify App.
|
default CompletableFuture<StopJobResponse> |
AmplifyAsyncClient.stopJob(StopJobRequest stopJobRequest)
Stop a job that is in progress, for an Amplify branch, part of Amplify App.
|
Copyright © 2019. All rights reserved.