Uses of Class
com.oracle.bmc.loadbalancer.model.UpdateListenerDetails
-
Packages that use UpdateListenerDetails Package Description com.oracle.bmc.loadbalancer.model com.oracle.bmc.loadbalancer.requests -
-
Uses of UpdateListenerDetails in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return UpdateListenerDetails Modifier and Type Method Description UpdateListenerDetailsUpdateListenerDetails.Builder. build()Methods in com.oracle.bmc.loadbalancer.model with parameters of type UpdateListenerDetails Modifier and Type Method Description UpdateListenerDetails.BuilderUpdateListenerDetails.Builder. copy(UpdateListenerDetails model) -
Uses of UpdateListenerDetails in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.requests that return UpdateListenerDetails Modifier and Type Method Description UpdateListenerDetailsUpdateListenerRequest. getBody$()Alternative accessor for the body parameter.UpdateListenerDetailsUpdateListenerRequest. getUpdateListenerDetails()Details to update a listener.Methods in com.oracle.bmc.loadbalancer.requests with parameters of type UpdateListenerDetails Modifier and Type Method Description UpdateListenerRequest.BuilderUpdateListenerRequest.Builder. body$(UpdateListenerDetails body)Alternative setter for the body parameter.UpdateListenerRequest.BuilderUpdateListenerRequest.Builder. updateListenerDetails(UpdateListenerDetails updateListenerDetails)Details to update a listener.
-