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.oda
Methods in com.oracle.bmc.oda with parameters of type StopChannelRequest Modifier and Type Method Description StopChannelResponse
Management. 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)
StopChannelResponse
ManagementClient. 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.requests
Methods in com.oracle.bmc.oda.requests that return StopChannelRequest Modifier and Type Method Description StopChannelRequest
StopChannelRequest.Builder. build()
Build the instance of StopChannelRequest as configured by this builderStopChannelRequest
StopChannelRequest.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.Builder
StopChannelRequest.Builder. copy(StopChannelRequest o)
Copy method to populate the builder with values from the given instance.
-