Uses of Class
com.oracle.bmc.loadbalancer.model.PathRouteSet
-
Packages that use PathRouteSet Package Description com.oracle.bmc.loadbalancer.model com.oracle.bmc.loadbalancer.responses -
-
Uses of PathRouteSet in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return PathRouteSet Modifier and Type Method Description PathRouteSet
PathRouteSet.Builder. build()
Methods in com.oracle.bmc.loadbalancer.model that return types with arguments of type PathRouteSet Modifier and Type Method Description Map<String,PathRouteSet>
LoadBalancer. getPathRouteSets()
Methods in com.oracle.bmc.loadbalancer.model with parameters of type PathRouteSet Modifier and Type Method Description PathRouteSet.Builder
PathRouteSet.Builder. copy(PathRouteSet model)
Method parameters in com.oracle.bmc.loadbalancer.model with type arguments of type PathRouteSet Modifier and Type Method Description LoadBalancer.Builder
LoadBalancer.Builder. pathRouteSets(Map<String,PathRouteSet> pathRouteSets)
-
Uses of PathRouteSet in com.oracle.bmc.loadbalancer.responses
Methods in com.oracle.bmc.loadbalancer.responses that return PathRouteSet Modifier and Type Method Description PathRouteSet
GetPathRouteSetResponse. getPathRouteSet()
The returned PathRouteSet instance.Methods in com.oracle.bmc.loadbalancer.responses that return types with arguments of type PathRouteSet Modifier and Type Method Description List<PathRouteSet>
ListPathRouteSetsResponse. getItems()
A list of com.oracle.bmc.loadbalancer.model.PathRouteSet instances.Methods in com.oracle.bmc.loadbalancer.responses with parameters of type PathRouteSet Modifier and Type Method Description GetPathRouteSetResponse.Builder
GetPathRouteSetResponse.Builder. pathRouteSet(PathRouteSet pathRouteSet)
The returned PathRouteSet instance.Method parameters in com.oracle.bmc.loadbalancer.responses with type arguments of type PathRouteSet Modifier and Type Method Description ListPathRouteSetsResponse.Builder
ListPathRouteSetsResponse.Builder. items(List<PathRouteSet> items)
A list of com.oracle.bmc.loadbalancer.model.PathRouteSet instances.
-