Uses of Class
software.amazon.awssdk.services.codebuild.model.ProxyConfiguration
-
Packages that use ProxyConfiguration Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ProxyConfiguration in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ProxyConfiguration Modifier and Type Method Description ProxyConfigurationCreateFleetRequest. proxyConfiguration()The proxy configuration of the compute fleet.ProxyConfigurationFleet. proxyConfiguration()The proxy configuration of the compute fleet.ProxyConfigurationUpdateFleetRequest. proxyConfiguration()The proxy configuration of the compute fleet.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type ProxyConfiguration Modifier and Type Method Description CreateFleetRequest.BuilderCreateFleetRequest.Builder. proxyConfiguration(ProxyConfiguration proxyConfiguration)The proxy configuration of the compute fleet.Fleet.BuilderFleet.Builder. proxyConfiguration(ProxyConfiguration proxyConfiguration)The proxy configuration of the compute fleet.UpdateFleetRequest.BuilderUpdateFleetRequest.Builder. proxyConfiguration(ProxyConfiguration proxyConfiguration)The proxy configuration of the compute fleet.
-