Uses of Class
software.amazon.awssdk.services.apprunner.model.SourceConfiguration
-
Packages that use SourceConfiguration Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of SourceConfiguration in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return SourceConfiguration Modifier and Type Method Description SourceConfigurationCreateServiceRequest. sourceConfiguration()The source to deploy to the App Runner service.SourceConfigurationService. sourceConfiguration()The source deployed to the App Runner service.SourceConfigurationUpdateServiceRequest. sourceConfiguration()The source configuration to apply to the App Runner service.Methods in software.amazon.awssdk.services.apprunner.model with parameters of type SourceConfiguration Modifier and Type Method Description CreateServiceRequest.BuilderCreateServiceRequest.Builder. sourceConfiguration(SourceConfiguration sourceConfiguration)The source to deploy to the App Runner service.Service.BuilderService.Builder. sourceConfiguration(SourceConfiguration sourceConfiguration)The source deployed to the App Runner service.UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. sourceConfiguration(SourceConfiguration sourceConfiguration)The source configuration to apply to the App Runner service.
-