Uses of Class
com.oracle.bmc.mysql.requests.DeleteChannelRequest
-
Packages that use DeleteChannelRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of DeleteChannelRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type DeleteChannelRequest Modifier and Type Method Description DeleteChannelResponse
Channels. deleteChannel(DeleteChannelRequest request)
Deletes the specified Channel.Future<DeleteChannelResponse>
ChannelsAsync. deleteChannel(DeleteChannelRequest request, AsyncHandler<DeleteChannelRequest,DeleteChannelResponse> handler)
Deletes the specified Channel.Future<DeleteChannelResponse>
ChannelsAsyncClient. deleteChannel(DeleteChannelRequest request, AsyncHandler<DeleteChannelRequest,DeleteChannelResponse> handler)
DeleteChannelResponse
ChannelsClient. deleteChannel(DeleteChannelRequest request)
Method parameters in com.oracle.bmc.mysql with type arguments of type DeleteChannelRequest Modifier and Type Method Description Future<DeleteChannelResponse>
ChannelsAsync. deleteChannel(DeleteChannelRequest request, AsyncHandler<DeleteChannelRequest,DeleteChannelResponse> handler)
Deletes the specified Channel.Future<DeleteChannelResponse>
ChannelsAsyncClient. deleteChannel(DeleteChannelRequest request, AsyncHandler<DeleteChannelRequest,DeleteChannelResponse> handler)
-
Uses of DeleteChannelRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return DeleteChannelRequest Modifier and Type Method Description DeleteChannelRequest
DeleteChannelRequest.Builder. build()
Build the instance of DeleteChannelRequest as configured by this builderDeleteChannelRequest
DeleteChannelRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteChannelRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type DeleteChannelRequest Modifier and Type Method Description DeleteChannelRequest.Builder
DeleteChannelRequest.Builder. copy(DeleteChannelRequest o)
Copy method to populate the builder with values from the given instance.
-