| Package | Description |
|---|---|
| com.amazonaws.services.amplify |
Amplify is a fully managed continuous deployment and hosting service for modern web apps.
|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
StopJobResult |
AWSAmplify.stopJob(StopJobRequest stopJobRequest)
Stop a job that is in progress, for an Amplify branch, part of Amplify App.
|
StopJobResult |
AWSAmplifyClient.stopJob(StopJobRequest request)
Stop a job that is in progress, for an Amplify branch, part of Amplify App.
|
StopJobResult |
AbstractAWSAmplify.stopJob(StopJobRequest request) |
Future<StopJobResult> |
AWSAmplifyAsyncClient.stopJobAsync(StopJobRequest request) |
Future<StopJobResult> |
AWSAmplifyAsync.stopJobAsync(StopJobRequest stopJobRequest)
Stop a job that is in progress, for an Amplify branch, part of Amplify App.
|
Future<StopJobResult> |
AbstractAWSAmplifyAsync.stopJobAsync(StopJobRequest request) |
Future<StopJobResult> |
AWSAmplifyAsyncClient.stopJobAsync(StopJobRequest request,
AsyncHandler<StopJobRequest,StopJobResult> asyncHandler) |
Future<StopJobResult> |
AWSAmplifyAsync.stopJobAsync(StopJobRequest stopJobRequest,
AsyncHandler<StopJobRequest,StopJobResult> asyncHandler)
Stop a job that is in progress, for an Amplify branch, part of Amplify App.
|
Future<StopJobResult> |
AbstractAWSAmplifyAsync.stopJobAsync(StopJobRequest request,
AsyncHandler<StopJobRequest,StopJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<StopJobResult> |
AWSAmplifyAsyncClient.stopJobAsync(StopJobRequest request,
AsyncHandler<StopJobRequest,StopJobResult> asyncHandler) |
Future<StopJobResult> |
AWSAmplifyAsync.stopJobAsync(StopJobRequest stopJobRequest,
AsyncHandler<StopJobRequest,StopJobResult> asyncHandler)
Stop a job that is in progress, for an Amplify branch, part of Amplify App.
|
Future<StopJobResult> |
AbstractAWSAmplifyAsync.stopJobAsync(StopJobRequest request,
AsyncHandler<StopJobRequest,StopJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StopJobRequest |
StopJobRequest.clone() |
StopJobRequest |
StopJobRequest.withAppId(String appId)
Unique Id for an Amplify App.
|
StopJobRequest |
StopJobRequest.withBranchName(String branchName)
Name for the branch, for the Job.
|
StopJobRequest |
StopJobRequest.withJobId(String jobId)
Unique Id for the Job.
|
Copyright © 2019. All rights reserved.