Uses of Class
com.oracle.bmc.oda.responses.StopChannelResponse
-
Packages that use StopChannelResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of StopChannelResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return StopChannelResponse Modifier and Type Method Description StopChannelResponse
Management. stopChannel(StopChannelRequest request)
Stops a Channel so that it will no longer accept messages.StopChannelResponse
ManagementClient. stopChannel(StopChannelRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type StopChannelResponse Modifier and Type Method Description Future<StopChannelResponse>
ManagementAsync. stopChannel(StopChannelRequest request, AsyncHandler<StopChannelRequest,StopChannelResponse> handler)
Stops a Channel so that it will no longer accept messages.Future<StopChannelResponse>
ManagementAsyncClient. stopChannel(StopChannelRequest request, AsyncHandler<StopChannelRequest,StopChannelResponse> handler)
Method parameters in com.oracle.bmc.oda with type arguments of type StopChannelResponse Modifier and Type Method Description Future<StopChannelResponse>
ManagementAsync. stopChannel(StopChannelRequest request, AsyncHandler<StopChannelRequest,StopChannelResponse> handler)
Stops a Channel so that it will no longer accept messages.Future<StopChannelResponse>
ManagementAsyncClient. stopChannel(StopChannelRequest request, AsyncHandler<StopChannelRequest,StopChannelResponse> handler)
-
Uses of StopChannelResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return StopChannelResponse Modifier and Type Method Description StopChannelResponse
StopChannelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type StopChannelResponse Modifier and Type Method Description StopChannelResponse.Builder
StopChannelResponse.Builder. copy(StopChannelResponse o)
Copy method to populate the builder with values from the given instance.
-