| Package | Description |
|---|---|
| com.amazonaws.services.amplify |
Amplify enables developers to develop and deploy cloud-powered mobile and web apps.
|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
StopJobResult |
AbstractAWSAmplify.stopJob(StopJobRequest request) |
StopJobResult |
AWSAmplifyClient.stopJob(StopJobRequest request)
Stops a job that is in progress for a branch of an Amplify app.
|
StopJobResult |
AWSAmplify.stopJob(StopJobRequest stopJobRequest)
Stops a job that is in progress for a branch of an Amplify app.
|
Future<StopJobResult> |
AWSAmplifyAsyncClient.stopJobAsync(StopJobRequest request) |
Future<StopJobResult> |
AbstractAWSAmplifyAsync.stopJobAsync(StopJobRequest request) |
Future<StopJobResult> |
AWSAmplifyAsync.stopJobAsync(StopJobRequest stopJobRequest)
Stops a job that is in progress for a branch of an Amplify app.
|
Future<StopJobResult> |
AWSAmplifyAsyncClient.stopJobAsync(StopJobRequest request,
AsyncHandler<StopJobRequest,StopJobResult> asyncHandler) |
Future<StopJobResult> |
AbstractAWSAmplifyAsync.stopJobAsync(StopJobRequest request,
AsyncHandler<StopJobRequest,StopJobResult> asyncHandler) |
Future<StopJobResult> |
AWSAmplifyAsync.stopJobAsync(StopJobRequest stopJobRequest,
AsyncHandler<StopJobRequest,StopJobResult> asyncHandler)
Stops a job that is in progress for a branch of an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StopJobResult> |
AWSAmplifyAsyncClient.stopJobAsync(StopJobRequest request,
AsyncHandler<StopJobRequest,StopJobResult> asyncHandler) |
Future<StopJobResult> |
AbstractAWSAmplifyAsync.stopJobAsync(StopJobRequest request,
AsyncHandler<StopJobRequest,StopJobResult> asyncHandler) |
Future<StopJobResult> |
AWSAmplifyAsync.stopJobAsync(StopJobRequest stopJobRequest,
AsyncHandler<StopJobRequest,StopJobResult> asyncHandler)
Stops a job that is in progress for a branch of an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
StopJobRequest |
StopJobRequest.clone() |
StopJobRequest |
StopJobRequest.withAppId(String appId)
The unique ID for an Amplify app.
|
StopJobRequest |
StopJobRequest.withBranchName(String branchName)
The name of the branch to use for the stop job request.
|
StopJobRequest |
StopJobRequest.withJobId(String jobId)
The unique id for the job.
|
Copyright © 2024. All rights reserved.