Uses of Class
com.oracle.bmc.mysql.model.ChannelSummary
-
Packages that use ChannelSummary Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.model com.oracle.bmc.mysql.responses -
-
Uses of ChannelSummary in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return types with arguments of type ChannelSummary Modifier and Type Method Description Iterable<ChannelSummary>
ChannelsPaginators. listChannelsRecordIterator(ListChannelsRequest request)
Creates a new iterable which will iterate over theChannelSummary
objects contained in responses from the listChannels operation. -
Uses of ChannelSummary in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return ChannelSummary Modifier and Type Method Description ChannelSummary
ChannelSummary.Builder. build()
Methods in com.oracle.bmc.mysql.model that return types with arguments of type ChannelSummary Modifier and Type Method Description List<ChannelSummary>
DbSystem. getChannels()
A list with a summary of all the Channels attached to the DB System.Methods in com.oracle.bmc.mysql.model with parameters of type ChannelSummary Modifier and Type Method Description ChannelSummary.Builder
ChannelSummary.Builder. copy(ChannelSummary model)
Method parameters in com.oracle.bmc.mysql.model with type arguments of type ChannelSummary Modifier and Type Method Description DbSystem.Builder
DbSystem.Builder. channels(List<ChannelSummary> channels)
A list with a summary of all the Channels attached to the DB System. -
Uses of ChannelSummary in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return types with arguments of type ChannelSummary Modifier and Type Method Description List<ChannelSummary>
ListChannelsResponse. getItems()
A list of com.oracle.bmc.mysql.model.ChannelSummary instances.Method parameters in com.oracle.bmc.mysql.responses with type arguments of type ChannelSummary Modifier and Type Method Description ListChannelsResponse.Builder
ListChannelsResponse.Builder. items(List<ChannelSummary> items)
A list of com.oracle.bmc.mysql.model.ChannelSummary instances.
-