Uses of Class
com.oracle.bmc.oda.requests.CreateChannelRequest
-
Packages that use CreateChannelRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of CreateChannelRequest in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda with parameters of type CreateChannelRequest Modifier and Type Method Description CreateChannelResponse
Management. createChannel(CreateChannelRequest request)
Creates a new Channel.Future<CreateChannelResponse>
ManagementAsync. createChannel(CreateChannelRequest request, AsyncHandler<CreateChannelRequest,CreateChannelResponse> handler)
Creates a new Channel.Future<CreateChannelResponse>
ManagementAsyncClient. createChannel(CreateChannelRequest request, AsyncHandler<CreateChannelRequest,CreateChannelResponse> handler)
CreateChannelResponse
ManagementClient. createChannel(CreateChannelRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type CreateChannelRequest Modifier and Type Method Description Future<CreateChannelResponse>
ManagementAsync. createChannel(CreateChannelRequest request, AsyncHandler<CreateChannelRequest,CreateChannelResponse> handler)
Creates a new Channel.Future<CreateChannelResponse>
ManagementAsyncClient. createChannel(CreateChannelRequest request, AsyncHandler<CreateChannelRequest,CreateChannelResponse> handler)
-
Uses of CreateChannelRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return CreateChannelRequest Modifier and Type Method Description CreateChannelRequest
CreateChannelRequest.Builder. build()
Build the instance of CreateChannelRequest as configured by this builderCreateChannelRequest
CreateChannelRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateChannelRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type CreateChannelRequest Modifier and Type Method Description CreateChannelRequest.Builder
CreateChannelRequest.Builder. copy(CreateChannelRequest o)
Copy method to populate the builder with values from the given instance.
-