Uses of Class
com.oracle.bmc.oda.responses.DeleteChannelResponse
-
Packages that use DeleteChannelResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of DeleteChannelResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return DeleteChannelResponse Modifier and Type Method Description DeleteChannelResponse
Management. deleteChannel(DeleteChannelRequest request)
Delete the specified Channel.DeleteChannelResponse
ManagementClient. deleteChannel(DeleteChannelRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type DeleteChannelResponse Modifier and Type Method Description Future<DeleteChannelResponse>
ManagementAsync. deleteChannel(DeleteChannelRequest request, AsyncHandler<DeleteChannelRequest,DeleteChannelResponse> handler)
Delete the specified Channel.Future<DeleteChannelResponse>
ManagementAsyncClient. deleteChannel(DeleteChannelRequest request, AsyncHandler<DeleteChannelRequest,DeleteChannelResponse> handler)
Method parameters in com.oracle.bmc.oda with type arguments of type DeleteChannelResponse Modifier and Type Method Description Future<DeleteChannelResponse>
ManagementAsync. deleteChannel(DeleteChannelRequest request, AsyncHandler<DeleteChannelRequest,DeleteChannelResponse> handler)
Delete the specified Channel.Future<DeleteChannelResponse>
ManagementAsyncClient. deleteChannel(DeleteChannelRequest request, AsyncHandler<DeleteChannelRequest,DeleteChannelResponse> handler)
-
Uses of DeleteChannelResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return DeleteChannelResponse Modifier and Type Method Description DeleteChannelResponse
DeleteChannelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.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.
-