Uses of Class
com.oracle.bmc.oda.requests.UpdateChannelRequest
-
Packages that use UpdateChannelRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of UpdateChannelRequest in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda with parameters of type UpdateChannelRequest Modifier and Type Method Description UpdateChannelResponse
Management. updateChannel(UpdateChannelRequest request)
Updates the specified Channel with the information in the request body.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)
UpdateChannelResponse
ManagementClient. updateChannel(UpdateChannelRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type UpdateChannelRequest 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 UpdateChannelRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return UpdateChannelRequest Modifier and Type Method Description UpdateChannelRequest
UpdateChannelRequest.Builder. build()
Build the instance of UpdateChannelRequest as configured by this builderUpdateChannelRequest
UpdateChannelRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateChannelRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type UpdateChannelRequest Modifier and Type Method Description UpdateChannelRequest.Builder
UpdateChannelRequest.Builder. copy(UpdateChannelRequest o)
Copy method to populate the builder with values from the given instance.
-