| Package | Description |
|---|---|
| com.amazonaws.services.apprunner |
|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
StartDeploymentResult |
AWSAppRunnerClient.startDeployment(StartDeploymentRequest request)
Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source
image repository to an App Runner service.
|
StartDeploymentResult |
AbstractAWSAppRunner.startDeployment(StartDeploymentRequest request) |
StartDeploymentResult |
AWSAppRunner.startDeployment(StartDeploymentRequest startDeploymentRequest)
Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source
image repository to an App Runner service.
|
Future<StartDeploymentResult> |
AbstractAWSAppRunnerAsync.startDeploymentAsync(StartDeploymentRequest request) |
Future<StartDeploymentResult> |
AWSAppRunnerAsync.startDeploymentAsync(StartDeploymentRequest startDeploymentRequest)
Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source
image repository to an App Runner service.
|
Future<StartDeploymentResult> |
AWSAppRunnerAsyncClient.startDeploymentAsync(StartDeploymentRequest request) |
Future<StartDeploymentResult> |
AbstractAWSAppRunnerAsync.startDeploymentAsync(StartDeploymentRequest request,
AsyncHandler<StartDeploymentRequest,StartDeploymentResult> asyncHandler) |
Future<StartDeploymentResult> |
AWSAppRunnerAsync.startDeploymentAsync(StartDeploymentRequest startDeploymentRequest,
AsyncHandler<StartDeploymentRequest,StartDeploymentResult> asyncHandler)
Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source
image repository to an App Runner service.
|
Future<StartDeploymentResult> |
AWSAppRunnerAsyncClient.startDeploymentAsync(StartDeploymentRequest request,
AsyncHandler<StartDeploymentRequest,StartDeploymentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartDeploymentResult> |
AbstractAWSAppRunnerAsync.startDeploymentAsync(StartDeploymentRequest request,
AsyncHandler<StartDeploymentRequest,StartDeploymentResult> asyncHandler) |
Future<StartDeploymentResult> |
AWSAppRunnerAsync.startDeploymentAsync(StartDeploymentRequest startDeploymentRequest,
AsyncHandler<StartDeploymentRequest,StartDeploymentResult> asyncHandler)
Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source
image repository to an App Runner service.
|
Future<StartDeploymentResult> |
AWSAppRunnerAsyncClient.startDeploymentAsync(StartDeploymentRequest request,
AsyncHandler<StartDeploymentRequest,StartDeploymentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartDeploymentRequest |
StartDeploymentRequest.clone() |
StartDeploymentRequest |
StartDeploymentRequest.withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want to manually deploy to.
|
Copyright © 2023. All rights reserved.