Uses of Class
com.oracle.bmc.mysql.responses.UpdateChannelResponse
-
Packages that use UpdateChannelResponse Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.responses -
-
Uses of UpdateChannelResponse in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return UpdateChannelResponse Modifier and Type Method Description UpdateChannelResponse
Channels. updateChannel(UpdateChannelRequest request)
Updates the properties of the specified Channel.UpdateChannelResponse
ChannelsClient. updateChannel(UpdateChannelRequest request)
Methods in com.oracle.bmc.mysql that return types with arguments of type UpdateChannelResponse Modifier and Type Method Description Future<UpdateChannelResponse>
ChannelsAsync. updateChannel(UpdateChannelRequest request, AsyncHandler<UpdateChannelRequest,UpdateChannelResponse> handler)
Updates the properties of the specified Channel.Future<UpdateChannelResponse>
ChannelsAsyncClient. updateChannel(UpdateChannelRequest request, AsyncHandler<UpdateChannelRequest,UpdateChannelResponse> handler)
Method parameters in com.oracle.bmc.mysql with type arguments of type UpdateChannelResponse Modifier and Type Method Description Future<UpdateChannelResponse>
ChannelsAsync. updateChannel(UpdateChannelRequest request, AsyncHandler<UpdateChannelRequest,UpdateChannelResponse> handler)
Updates the properties of the specified Channel.Future<UpdateChannelResponse>
ChannelsAsyncClient. updateChannel(UpdateChannelRequest request, AsyncHandler<UpdateChannelRequest,UpdateChannelResponse> handler)
-
Uses of UpdateChannelResponse in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return UpdateChannelResponse Modifier and Type Method Description UpdateChannelResponse
UpdateChannelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mysql.responses with parameters of type UpdateChannelResponse Modifier and Type Method Description UpdateChannelResponse.Builder
UpdateChannelResponse.Builder. copy(UpdateChannelResponse o)
Copy method to populate the builder with values from the given instance.
-