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