Uses of Class
software.amazon.awssdk.services.codebuild.model.FleetProxyRule
-
Packages that use FleetProxyRule Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of FleetProxyRule in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type FleetProxyRule Modifier and Type Method Description List<FleetProxyRule>ProxyConfiguration. orderedProxyRules()An array ofFleetProxyRuleobjects that represent the specified destination domains or IPs to allow or deny network access control to.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type FleetProxyRule Modifier and Type Method Description ProxyConfiguration.BuilderProxyConfiguration.Builder. orderedProxyRules(FleetProxyRule... orderedProxyRules)An array ofFleetProxyRuleobjects that represent the specified destination domains or IPs to allow or deny network access control to.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type FleetProxyRule Modifier and Type Method Description ProxyConfiguration.BuilderProxyConfiguration.Builder. orderedProxyRules(Collection<FleetProxyRule> orderedProxyRules)An array ofFleetProxyRuleobjects that represent the specified destination domains or IPs to allow or deny network access control to.
-