Uses of Class
com.oracle.bmc.oda.requests.StartChannelRequest
-
Packages that use StartChannelRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of StartChannelRequest in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda with parameters of type StartChannelRequest Modifier and Type Method Description StartChannelResponse
Management. startChannel(StartChannelRequest request)
Starts a Channel so that it will begin accepting messages.Future<StartChannelResponse>
ManagementAsync. startChannel(StartChannelRequest request, AsyncHandler<StartChannelRequest,StartChannelResponse> handler)
Starts a Channel so that it will begin accepting messages.Future<StartChannelResponse>
ManagementAsyncClient. startChannel(StartChannelRequest request, AsyncHandler<StartChannelRequest,StartChannelResponse> handler)
StartChannelResponse
ManagementClient. startChannel(StartChannelRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type StartChannelRequest Modifier and Type Method Description Future<StartChannelResponse>
ManagementAsync. startChannel(StartChannelRequest request, AsyncHandler<StartChannelRequest,StartChannelResponse> handler)
Starts a Channel so that it will begin accepting messages.Future<StartChannelResponse>
ManagementAsyncClient. startChannel(StartChannelRequest request, AsyncHandler<StartChannelRequest,StartChannelResponse> handler)
-
Uses of StartChannelRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return StartChannelRequest Modifier and Type Method Description StartChannelRequest
StartChannelRequest.Builder. build()
Build the instance of StartChannelRequest as configured by this builderStartChannelRequest
StartChannelRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StartChannelRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type StartChannelRequest Modifier and Type Method Description StartChannelRequest.Builder
StartChannelRequest.Builder. copy(StartChannelRequest o)
Copy method to populate the builder with values from the given instance.
-