| Package | Description |
|---|---|
| software.amazon.awssdk.services.apprunner |
|
| software.amazon.awssdk.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartDeploymentResponse> |
AppRunnerAsyncClient.startDeployment(Consumer<StartDeploymentRequest.Builder> 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.
|
default StartDeploymentResponse |
AppRunnerClient.startDeployment(Consumer<StartDeploymentRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
static StartDeploymentRequest.Builder |
StartDeploymentRequest.builder() |
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want to manually deploy to.
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartDeploymentRequest.Builder> |
StartDeploymentRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.