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.oda
Methods in com.oracle.bmc.oda with parameters of type DeleteChannelRequest Modifier and Type Method Description DeleteChannelResponse
Management. 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)
DeleteChannelResponse
ManagementClient. 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.requests
Methods in com.oracle.bmc.oda.requests that return DeleteChannelRequest Modifier and Type Method Description DeleteChannelRequest
DeleteChannelRequest.Builder. build()
Build the instance of DeleteChannelRequest as configured by this builderDeleteChannelRequest
DeleteChannelRequest.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.Builder
DeleteChannelRequest.Builder. copy(DeleteChannelRequest o)
Copy method to populate the builder with values from the given instance.
-