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