Uses of Class
com.oracle.bmc.mysql.model.Channel
-
Packages that use Channel Package Description com.oracle.bmc.mysql.model com.oracle.bmc.mysql.responses -
-
Uses of Channel in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return Channel Modifier and Type Method Description Channel
Channel.Builder. build()
Methods in com.oracle.bmc.mysql.model with parameters of type Channel Modifier and Type Method Description Channel.Builder
Channel.Builder. copy(Channel model)
-
Uses of Channel in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return Channel Modifier and Type Method Description Channel
CreateChannelResponse. getChannel()
The returned Channel instance.Channel
GetChannelResponse. getChannel()
The returned Channel instance, or null ifGetChannelResponse.isNotModified()
is true.Methods in com.oracle.bmc.mysql.responses with parameters of type Channel Modifier and Type Method Description CreateChannelResponse.Builder
CreateChannelResponse.Builder. channel(Channel channel)
The returned Channel instance.GetChannelResponse.Builder
GetChannelResponse.Builder. channel(Channel channel)
The returned Channel instance, or null ifGetChannelResponse.isNotModified()
is true.
-