Uses of Class
com.oracle.bmc.oda.requests.StopChannelRequest
- 
Packages that use StopChannelRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests 
- 
- 
Uses of StopChannelRequest in com.oracle.bmc.odaMethods in com.oracle.bmc.oda with parameters of type StopChannelRequest Modifier and Type Method Description StopChannelResponseManagement. stopChannel(StopChannelRequest request)Stops a Channel so that it will no longer accept messages.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)StopChannelResponseManagementClient. stopChannel(StopChannelRequest request)Method parameters in com.oracle.bmc.oda with type arguments of type StopChannelRequest 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 StopChannelRequest in com.oracle.bmc.oda.requestsMethods in com.oracle.bmc.oda.requests that return StopChannelRequest Modifier and Type Method Description StopChannelRequestStopChannelRequest.Builder. build()Build the instance of StopChannelRequest as configured by this builderStopChannelRequestStopChannelRequest.Builder. buildWithoutInvocationCallback()Build the instance of StopChannelRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type StopChannelRequest Modifier and Type Method Description StopChannelRequest.BuilderStopChannelRequest.Builder. copy(StopChannelRequest o)Copy method to populate the builder with values from the given instance.
 
-