Uses of Class
com.oracle.bmc.mysql.requests.ListChannelsRequest
-
Packages that use ListChannelsRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of ListChannelsRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type ListChannelsRequest Modifier and Type Method Description ListChannelsResponseChannels. listChannels(ListChannelsRequest request)Lists all the Channels that match the specified filters.Future<ListChannelsResponse>ChannelsAsync. listChannels(ListChannelsRequest request, AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)Lists all the Channels that match the specified filters.Future<ListChannelsResponse>ChannelsAsyncClient. listChannels(ListChannelsRequest request, AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)ListChannelsResponseChannelsClient. listChannels(ListChannelsRequest request)Iterable<ChannelSummary>ChannelsPaginators. listChannelsRecordIterator(ListChannelsRequest request)Creates a new iterable which will iterate over theChannelSummaryobjects contained in responses from the listChannels operation.Iterable<ListChannelsResponse>ChannelsPaginators. listChannelsResponseIterator(ListChannelsRequest request)Creates a new iterable which will iterate over the responses received from the listChannels operation.Method parameters in com.oracle.bmc.mysql with type arguments of type ListChannelsRequest Modifier and Type Method Description Future<ListChannelsResponse>ChannelsAsync. listChannels(ListChannelsRequest request, AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)Lists all the Channels that match the specified filters.Future<ListChannelsResponse>ChannelsAsyncClient. listChannels(ListChannelsRequest request, AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler) -
Uses of ListChannelsRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return ListChannelsRequest Modifier and Type Method Description ListChannelsRequestListChannelsRequest.Builder. build()Build the instance of ListChannelsRequest as configured by this builderListChannelsRequestListChannelsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListChannelsRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type ListChannelsRequest Modifier and Type Method Description ListChannelsRequest.BuilderListChannelsRequest.Builder. copy(ListChannelsRequest o)Copy method to populate the builder with values from the given instance.
-