Uses of Class
software.amazon.awssdk.services.apprunner.model.NetworkConfiguration
-
Packages that use NetworkConfiguration Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of NetworkConfiguration in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return NetworkConfiguration Modifier and Type Method Description NetworkConfigurationCreateServiceRequest. networkConfiguration()Configuration settings related to network traffic of the web application that the App Runner service runs.NetworkConfigurationService. networkConfiguration()Configuration settings related to network traffic of the web application that this service runs.NetworkConfigurationUpdateServiceRequest. networkConfiguration()Configuration settings related to network traffic of the web application that the App Runner service runs.Methods in software.amazon.awssdk.services.apprunner.model with parameters of type NetworkConfiguration Modifier and Type Method Description CreateServiceRequest.BuilderCreateServiceRequest.Builder. networkConfiguration(NetworkConfiguration networkConfiguration)Configuration settings related to network traffic of the web application that the App Runner service runs.Service.BuilderService.Builder. networkConfiguration(NetworkConfiguration networkConfiguration)Configuration settings related to network traffic of the web application that this service runs.UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. networkConfiguration(NetworkConfiguration networkConfiguration)Configuration settings related to network traffic of the web application that the App Runner service runs.
-