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.model
Methods in com.oracle.bmc.databasemanagement.model that return MySqlChannelFetchError Modifier and Type Method Description MySqlChannelFetchError
MySqlChannelFetchError.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.Builder
MySqlChannelFetchError.Builder. copy(MySqlChannelFetchError model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type MySqlChannelFetchError Modifier and Type Method Description MySqlHighAvailabilityStatusSummary.Builder
MySqlHighAvailabilityStatusSummary.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.
-