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