Uses of Class
com.oracle.bmc.databasemanagement.model.MySqlChannelFetchError
- 
Packages that use MySqlChannelFetchError Package Description com.oracle.bmc.databasemanagement.model 
- 
- 
Uses of MySqlChannelFetchError in com.oracle.bmc.databasemanagement.modelMethods in com.oracle.bmc.databasemanagement.model that return MySqlChannelFetchError Modifier and Type Method Description MySqlChannelFetchErrorMySqlChannelFetchError.Builder. build()Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type MySqlChannelFetchError Modifier and Type Method Description List<MySqlChannelFetchError>MySqlHighAvailabilityStatusSummary. getChannelFetchErrors()A list of MySqlChannelFetchError records.Methods in com.oracle.bmc.databasemanagement.model with parameters of type MySqlChannelFetchError Modifier and Type Method Description MySqlChannelFetchError.BuilderMySqlChannelFetchError.Builder. copy(MySqlChannelFetchError model)Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type MySqlChannelFetchError Modifier and Type Method Description MySqlHighAvailabilityStatusSummary.BuilderMySqlHighAvailabilityStatusSummary.Builder. channelFetchErrors(List<MySqlChannelFetchError> channelFetchErrors)A list of MySqlChannelFetchError records.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type MySqlChannelFetchError Constructor Description MySqlHighAvailabilityStatusSummary(List<MySqlChannelFetchError> channelFetchErrors, List<MySqlChannelApplyError> channelApplyErrors)Deprecated.
 
-