Uses of Class
com.oracle.bmc.mysql.responses.DeleteChannelResponse
-
Packages that use DeleteChannelResponse Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.responses -
-
Uses of DeleteChannelResponse in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return DeleteChannelResponse Modifier and Type Method Description DeleteChannelResponse
Channels. deleteChannel(DeleteChannelRequest request)
Deletes the specified Channel.DeleteChannelResponse
ChannelsClient. deleteChannel(DeleteChannelRequest request)
Methods in com.oracle.bmc.mysql that return types with arguments of type DeleteChannelResponse 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)
Method parameters in com.oracle.bmc.mysql with type arguments of type DeleteChannelResponse 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 DeleteChannelResponse in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return DeleteChannelResponse Modifier and Type Method Description DeleteChannelResponse
DeleteChannelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mysql.responses with parameters of type DeleteChannelResponse Modifier and Type Method Description DeleteChannelResponse.Builder
DeleteChannelResponse.Builder. copy(DeleteChannelResponse o)
Copy method to populate the builder with values from the given instance.
-