Uses of Class
com.oracle.bmc.mysql.requests.UpdateChannelRequest
- 
Packages that use UpdateChannelRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests 
- 
- 
Uses of UpdateChannelRequest in com.oracle.bmc.mysqlMethods in com.oracle.bmc.mysql with parameters of type UpdateChannelRequest Modifier and Type Method Description UpdateChannelResponseChannels. updateChannel(UpdateChannelRequest request)Updates the properties of the specified Channel.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)UpdateChannelResponseChannelsClient. updateChannel(UpdateChannelRequest request)Method parameters in com.oracle.bmc.mysql with type arguments of type UpdateChannelRequest 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 UpdateChannelRequest in com.oracle.bmc.mysql.requestsMethods in com.oracle.bmc.mysql.requests that return UpdateChannelRequest Modifier and Type Method Description UpdateChannelRequestUpdateChannelRequest.Builder. build()Build the instance of UpdateChannelRequest as configured by this builderUpdateChannelRequestUpdateChannelRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateChannelRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type UpdateChannelRequest Modifier and Type Method Description UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. copy(UpdateChannelRequest o)Copy method to populate the builder with values from the given instance.
 
-