Uses of Class
com.oracle.bmc.mysql.model.UpdateChannelDetails
-
Packages that use UpdateChannelDetails Package Description com.oracle.bmc.mysql.model com.oracle.bmc.mysql.requests -
-
Uses of UpdateChannelDetails in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return UpdateChannelDetails Modifier and Type Method Description UpdateChannelDetails
UpdateChannelDetails.Builder. build()
Methods in com.oracle.bmc.mysql.model with parameters of type UpdateChannelDetails Modifier and Type Method Description UpdateChannelDetails.Builder
UpdateChannelDetails.Builder. copy(UpdateChannelDetails model)
-
Uses of UpdateChannelDetails in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return UpdateChannelDetails Modifier and Type Method Description UpdateChannelDetails
UpdateChannelRequest. getBody$()
Alternative accessor for the body parameter.UpdateChannelDetails
UpdateChannelRequest. getUpdateChannelDetails()
The parameters of the request to update the Channel.Methods in com.oracle.bmc.mysql.requests with parameters of type UpdateChannelDetails Modifier and Type Method Description UpdateChannelRequest.Builder
UpdateChannelRequest.Builder. body$(UpdateChannelDetails body)
Alternative setter for the body parameter.UpdateChannelRequest.Builder
UpdateChannelRequest.Builder. updateChannelDetails(UpdateChannelDetails updateChannelDetails)
The parameters of the request to update the Channel.
-