Uses of Class
io.fabric8.openshift.api.model.RouteSetHTTPHeader
-
Packages that use RouteSetHTTPHeader Package Description io.fabric8.openshift.api.model -
-
Uses of RouteSetHTTPHeader in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return RouteSetHTTPHeader Modifier and Type Method Description RouteSetHTTPHeaderRouteSetHTTPHeaderBuilder. build()RouteSetHTTPHeaderRouteHTTPHeaderActionUnionFluent. buildSet()RouteSetHTTPHeaderRouteHTTPHeaderActionUnion. getSet()RouteHTTPHeaderActionUnion specifies an action to take on an HTTP header.Methods in io.fabric8.openshift.api.model with parameters of type RouteSetHTTPHeader Modifier and Type Method Description protected voidRouteSetHTTPHeaderFluent. copyInstance(RouteSetHTTPHeader instance)RouteHTTPHeaderActionUnionFluent.SetNested<A>RouteHTTPHeaderActionUnionFluent. editOrNewSetLike(RouteSetHTTPHeader item)voidRouteHTTPHeaderActionUnion. setSet(RouteSetHTTPHeader set)RouteHTTPHeaderActionUnion specifies an action to take on an HTTP header.RouteHTTPHeaderActionUnionFluent.SetNested<A>RouteHTTPHeaderActionUnionFluent. withNewSetLike(RouteSetHTTPHeader item)ARouteHTTPHeaderActionUnionFluent. withSet(RouteSetHTTPHeader set)Constructors in io.fabric8.openshift.api.model with parameters of type RouteSetHTTPHeader Constructor Description RouteHTTPHeaderActionUnion(RouteSetHTTPHeader set, String type)RouteSetHTTPHeaderBuilder(RouteSetHTTPHeader instance)RouteSetHTTPHeaderBuilder(RouteSetHTTPHeaderFluent<?> fluent, RouteSetHTTPHeader instance)RouteSetHTTPHeaderFluent(RouteSetHTTPHeader instance)
-