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.mysql
Methods in com.oracle.bmc.mysql with parameters of type UpdateChannelRequest Modifier and Type Method Description UpdateChannelResponse
Channels. 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)
UpdateChannelResponse
ChannelsClient. 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.requests
Methods in com.oracle.bmc.mysql.requests that return UpdateChannelRequest Modifier and Type Method Description UpdateChannelRequest
UpdateChannelRequest.Builder. build()
Build the instance of UpdateChannelRequest as configured by this builderUpdateChannelRequest
UpdateChannelRequest.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.Builder
UpdateChannelRequest.Builder. copy(UpdateChannelRequest o)
Copy method to populate the builder with values from the given instance.
-