Uses of Class
com.oracle.bmc.mysql.responses.ResetChannelResponse
-
Packages that use ResetChannelResponse Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.responses -
-
Uses of ResetChannelResponse in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return ResetChannelResponse Modifier and Type Method Description ResetChannelResponse
Channels. resetChannel(ResetChannelRequest request)
Resets the specified Channel by purging its cached information, leaving the Channel as if it had just been created.ResetChannelResponse
ChannelsClient. resetChannel(ResetChannelRequest request)
Methods in com.oracle.bmc.mysql that return types with arguments of type ResetChannelResponse Modifier and Type Method Description Future<ResetChannelResponse>
ChannelsAsync. resetChannel(ResetChannelRequest request, AsyncHandler<ResetChannelRequest,ResetChannelResponse> handler)
Resets the specified Channel by purging its cached information, leaving the Channel as if it had just been created.Future<ResetChannelResponse>
ChannelsAsyncClient. resetChannel(ResetChannelRequest request, AsyncHandler<ResetChannelRequest,ResetChannelResponse> handler)
Method parameters in com.oracle.bmc.mysql with type arguments of type ResetChannelResponse Modifier and Type Method Description Future<ResetChannelResponse>
ChannelsAsync. resetChannel(ResetChannelRequest request, AsyncHandler<ResetChannelRequest,ResetChannelResponse> handler)
Resets the specified Channel by purging its cached information, leaving the Channel as if it had just been created.Future<ResetChannelResponse>
ChannelsAsyncClient. resetChannel(ResetChannelRequest request, AsyncHandler<ResetChannelRequest,ResetChannelResponse> handler)
-
Uses of ResetChannelResponse in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return ResetChannelResponse Modifier and Type Method Description ResetChannelResponse
ResetChannelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mysql.responses with parameters of type ResetChannelResponse Modifier and Type Method Description ResetChannelResponse.Builder
ResetChannelResponse.Builder. copy(ResetChannelResponse o)
Copy method to populate the builder with values from the given instance.
-