Uses of Class
com.oracle.bmc.oda.responses.UpdateChannelResponse
-
Packages that use UpdateChannelResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of UpdateChannelResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return UpdateChannelResponse Modifier and Type Method Description UpdateChannelResponse
Management. updateChannel(UpdateChannelRequest request)
Updates the specified Channel with the information in the request body.UpdateChannelResponse
ManagementClient. updateChannel(UpdateChannelRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type UpdateChannelResponse Modifier and Type Method Description Future<UpdateChannelResponse>
ManagementAsync. updateChannel(UpdateChannelRequest request, AsyncHandler<UpdateChannelRequest,UpdateChannelResponse> handler)
Updates the specified Channel with the information in the request body.Future<UpdateChannelResponse>
ManagementAsyncClient. updateChannel(UpdateChannelRequest request, AsyncHandler<UpdateChannelRequest,UpdateChannelResponse> handler)
Method parameters in com.oracle.bmc.oda with type arguments of type UpdateChannelResponse Modifier and Type Method Description Future<UpdateChannelResponse>
ManagementAsync. updateChannel(UpdateChannelRequest request, AsyncHandler<UpdateChannelRequest,UpdateChannelResponse> handler)
Updates the specified Channel with the information in the request body.Future<UpdateChannelResponse>
ManagementAsyncClient. updateChannel(UpdateChannelRequest request, AsyncHandler<UpdateChannelRequest,UpdateChannelResponse> handler)
-
Uses of UpdateChannelResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return UpdateChannelResponse Modifier and Type Method Description UpdateChannelResponse
UpdateChannelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type UpdateChannelResponse Modifier and Type Method Description UpdateChannelResponse.Builder
UpdateChannelResponse.Builder. copy(UpdateChannelResponse o)
Copy method to populate the builder with values from the given instance.
-