Uses of Class
com.oracle.bmc.oda.responses.CreateChannelResponse
-
Packages that use CreateChannelResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of CreateChannelResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return CreateChannelResponse Modifier and Type Method Description CreateChannelResponse
Management. createChannel(CreateChannelRequest request)
Creates a new Channel.CreateChannelResponse
ManagementClient. createChannel(CreateChannelRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type CreateChannelResponse 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)
Method parameters in com.oracle.bmc.oda with type arguments of type CreateChannelResponse 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 CreateChannelResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return CreateChannelResponse Modifier and Type Method Description CreateChannelResponse
CreateChannelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type CreateChannelResponse Modifier and Type Method Description CreateChannelResponse.Builder
CreateChannelResponse.Builder. copy(CreateChannelResponse o)
Copy method to populate the builder with values from the given instance.
-