Uses of Class
software.amazon.awssdk.services.codebuild.model.FleetProxyRuleType
-
Packages that use FleetProxyRuleType Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of FleetProxyRuleType in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return FleetProxyRuleType Modifier and Type Method Description static FleetProxyRuleTypeFleetProxyRuleType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FleetProxyRuleTypeFleetProxyRule. type()The type of proxy rule.static FleetProxyRuleTypeFleetProxyRuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static FleetProxyRuleType[]FleetProxyRuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type FleetProxyRuleType Modifier and Type Method Description static Set<FleetProxyRuleType>FleetProxyRuleType. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type FleetProxyRuleType Modifier and Type Method Description FleetProxyRule.BuilderFleetProxyRule.Builder. type(FleetProxyRuleType type)The type of proxy rule.
-