Uses of Class
com.oracle.bmc.mysql.requests.ResetChannelRequest
-
Packages that use ResetChannelRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of ResetChannelRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type ResetChannelRequest 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.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)
ResetChannelResponse
ChannelsClient. resetChannel(ResetChannelRequest request)
Method parameters in com.oracle.bmc.mysql with type arguments of type ResetChannelRequest 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 ResetChannelRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return ResetChannelRequest Modifier and Type Method Description ResetChannelRequest
ResetChannelRequest.Builder. build()
Build the instance of ResetChannelRequest as configured by this builderResetChannelRequest
ResetChannelRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ResetChannelRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type ResetChannelRequest Modifier and Type Method Description ResetChannelRequest.Builder
ResetChannelRequest.Builder. copy(ResetChannelRequest o)
Copy method to populate the builder with values from the given instance.
-