Uses of Class
com.oracle.bmc.mysql.model.ChannelStatusResult
-
Packages that use ChannelStatusResult Package Description com.oracle.bmc.mysql.model -
-
Uses of ChannelStatusResult in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return ChannelStatusResult Modifier and Type Method Description ChannelStatusResultChannelStatusResult.Builder. build()ChannelStatusResultChannelStatus. getChannelStatusResult()Methods in com.oracle.bmc.mysql.model that return types with arguments of type ChannelStatusResult Modifier and Type Method Description List<ChannelStatusResult>DbSystemStatusResult. getChannelsStatus()A list showing the status of the channels attached to the DB System for the requested channel IDs.Methods in com.oracle.bmc.mysql.model with parameters of type ChannelStatusResult Modifier and Type Method Description ChannelStatus.BuilderChannelStatus.Builder. channelStatusResult(ChannelStatusResult channelStatusResult)ChannelStatusResult.BuilderChannelStatusResult.Builder. copy(ChannelStatusResult model)Method parameters in com.oracle.bmc.mysql.model with type arguments of type ChannelStatusResult Modifier and Type Method Description DbSystemStatusResult.BuilderDbSystemStatusResult.Builder. channelsStatus(List<ChannelStatusResult> channelsStatus)A list showing the status of the channels attached to the DB System for the requested channel IDs.Constructors in com.oracle.bmc.mysql.model with parameters of type ChannelStatusResult Constructor Description ChannelStatus(Date timeCreated, Date timeUpdated, ChannelStatusResult channelStatusResult)Deprecated.Constructor parameters in com.oracle.bmc.mysql.model with type arguments of type ChannelStatusResult Constructor Description DbSystemStatusResult(Boolean canAcceptClientConnections, Boolean isInOfflineMode, Boolean isWritable, Boolean areAllMysqlInstancesHealthy, Boolean isStorageFull, String gtidSet, Boolean isGtidSetApplied, List<ChannelStatusResult> channelsStatus)Deprecated.
-