Uses of Class
com.oracle.bmc.oda.requests.DeleteChannelRequest
- 
Packages that use DeleteChannelRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests 
- 
- 
Uses of DeleteChannelRequest in com.oracle.bmc.odaMethods in com.oracle.bmc.oda with parameters of type DeleteChannelRequest Modifier and Type Method Description DeleteChannelResponseManagement. deleteChannel(DeleteChannelRequest request)Delete the specified Channel.Future<DeleteChannelResponse>ManagementAsync. deleteChannel(DeleteChannelRequest request, AsyncHandler<DeleteChannelRequest,DeleteChannelResponse> handler)Delete the specified Channel.Future<DeleteChannelResponse>ManagementAsyncClient. deleteChannel(DeleteChannelRequest request, AsyncHandler<DeleteChannelRequest,DeleteChannelResponse> handler)DeleteChannelResponseManagementClient. deleteChannel(DeleteChannelRequest request)Method parameters in com.oracle.bmc.oda with type arguments of type DeleteChannelRequest Modifier and Type Method Description Future<DeleteChannelResponse>ManagementAsync. deleteChannel(DeleteChannelRequest request, AsyncHandler<DeleteChannelRequest,DeleteChannelResponse> handler)Delete the specified Channel.Future<DeleteChannelResponse>ManagementAsyncClient. deleteChannel(DeleteChannelRequest request, AsyncHandler<DeleteChannelRequest,DeleteChannelResponse> handler)
- 
Uses of DeleteChannelRequest in com.oracle.bmc.oda.requestsMethods in com.oracle.bmc.oda.requests that return DeleteChannelRequest Modifier and Type Method Description DeleteChannelRequestDeleteChannelRequest.Builder. build()Build the instance of DeleteChannelRequest as configured by this builderDeleteChannelRequestDeleteChannelRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteChannelRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type DeleteChannelRequest Modifier and Type Method Description DeleteChannelRequest.BuilderDeleteChannelRequest.Builder. copy(DeleteChannelRequest o)Copy method to populate the builder with values from the given instance.
 
-