| Package | Description |
|---|---|
| software.amazon.awssdk.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkConfiguration |
CreateServiceRequest.networkConfiguration()
Configuration settings related to network traffic of the web application that the App Runner service runs.
|
NetworkConfiguration |
UpdateServiceRequest.networkConfiguration()
Configuration settings related to network traffic of the web application that the App Runner service runs.
|
NetworkConfiguration |
Service.networkConfiguration()
Configuration settings related to network traffic of the web application that this service runs.
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.networkConfiguration(NetworkConfiguration networkConfiguration)
Configuration settings related to network traffic of the web application that the App Runner service runs.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.networkConfiguration(NetworkConfiguration networkConfiguration)
Configuration settings related to network traffic of the web application that the App Runner service runs.
|
Service.Builder |
Service.Builder.networkConfiguration(NetworkConfiguration networkConfiguration)
Configuration settings related to network traffic of the web application that this service runs.
|
Copyright © 2022. All rights reserved.