| Package | Description |
|---|---|
| com.amazonaws.services.apprunner |
|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateServiceResult> |
AbstractAWSAppRunnerAsync.updateServiceAsync(UpdateServiceRequest request,
AsyncHandler<UpdateServiceRequest,UpdateServiceResult> asyncHandler) |
Future<UpdateServiceResult> |
AWSAppRunnerAsyncClient.updateServiceAsync(UpdateServiceRequest request,
AsyncHandler<UpdateServiceRequest,UpdateServiceResult> asyncHandler) |
Future<UpdateServiceResult> |
AWSAppRunnerAsync.updateServiceAsync(UpdateServiceRequest updateServiceRequest,
AsyncHandler<UpdateServiceRequest,UpdateServiceResult> asyncHandler)
Update an App Runner service.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceRequest |
UpdateServiceRequest.clone() |
UpdateServiceRequest |
UpdateServiceRequest.withAutoScalingConfigurationArn(String autoScalingConfigurationArn)
The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to
associate with the App Runner service.
|
UpdateServiceRequest |
UpdateServiceRequest.withHealthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
UpdateServiceRequest |
UpdateServiceRequest.withInstanceConfiguration(InstanceConfiguration instanceConfiguration)
The runtime configuration to apply to instances (scaling units) of your service.
|
UpdateServiceRequest |
UpdateServiceRequest.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Configuration settings related to network traffic of the web application that the App Runner service runs.
|
UpdateServiceRequest |
UpdateServiceRequest.withObservabilityConfiguration(ServiceObservabilityConfiguration observabilityConfiguration)
The observability configuration of your service.
|
UpdateServiceRequest |
UpdateServiceRequest.withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want to update.
|
UpdateServiceRequest |
UpdateServiceRequest.withSourceConfiguration(SourceConfiguration sourceConfiguration)
The source configuration to apply to the App Runner service.
|
Copyright © 2025. All rights reserved.