Uses of Class
com.oracle.bmc.loadbalancer.model.UpdatePathRouteSetDetails
-
Packages that use UpdatePathRouteSetDetails Package Description com.oracle.bmc.loadbalancer.model com.oracle.bmc.loadbalancer.requests -
-
Uses of UpdatePathRouteSetDetails in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return UpdatePathRouteSetDetails Modifier and Type Method Description UpdatePathRouteSetDetails
UpdatePathRouteSetDetails.Builder. build()
Methods in com.oracle.bmc.loadbalancer.model with parameters of type UpdatePathRouteSetDetails Modifier and Type Method Description UpdatePathRouteSetDetails.Builder
UpdatePathRouteSetDetails.Builder. copy(UpdatePathRouteSetDetails model)
-
Uses of UpdatePathRouteSetDetails in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.requests that return UpdatePathRouteSetDetails Modifier and Type Method Description UpdatePathRouteSetDetails
UpdatePathRouteSetRequest. getBody$()
Alternative accessor for the body parameter.UpdatePathRouteSetDetails
UpdatePathRouteSetRequest. getUpdatePathRouteSetDetails()
The configuration details to update a path route set.Methods in com.oracle.bmc.loadbalancer.requests with parameters of type UpdatePathRouteSetDetails Modifier and Type Method Description UpdatePathRouteSetRequest.Builder
UpdatePathRouteSetRequest.Builder. body$(UpdatePathRouteSetDetails body)
Alternative setter for the body parameter.UpdatePathRouteSetRequest.Builder
UpdatePathRouteSetRequest.Builder. updatePathRouteSetDetails(UpdatePathRouteSetDetails updatePathRouteSetDetails)
The configuration details to update a path route set.
-