Uses of Class
io.fabric8.openshift.api.model.monitoring.v1beta1.WebexConfig
-
Packages that use WebexConfig Package Description io.fabric8.openshift.api.model.monitoring.v1beta1 -
-
Uses of WebexConfig in io.fabric8.openshift.api.model.monitoring.v1beta1
Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 that return WebexConfig Modifier and Type Method Description WebexConfigWebexConfigBuilder. build()WebexConfigReceiverFluent. buildFirstWebexConfig()WebexConfigReceiverFluent. buildLastWebexConfig()WebexConfigReceiverFluent. buildMatchingWebexConfig(Predicate<WebexConfigBuilder> predicate)WebexConfigReceiverFluent. buildWebexConfig(int index)Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 that return types with arguments of type WebexConfig Modifier and Type Method Description List<WebexConfig>ReceiverFluent. buildWebexConfigs()List<WebexConfig>Receiver. getWebexConfigs()List of Webex configurations.Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 with parameters of type WebexConfig Modifier and Type Method Description ReceiverFluent.WebexConfigsNested<A>ReceiverFluent. addNewWebexConfigLike(WebexConfig item)AReceiverFluent. addToWebexConfigs(int index, WebexConfig item)AReceiverFluent. addToWebexConfigs(WebexConfig... items)protected voidWebexConfigFluent. copyInstance(WebexConfig instance)AReceiverFluent. removeFromWebexConfigs(WebexConfig... items)ReceiverFluent.WebexConfigsNested<A>ReceiverFluent. setNewWebexConfigLike(int index, WebexConfig item)AReceiverFluent. setToWebexConfigs(int index, WebexConfig item)AReceiverFluent. withWebexConfigs(WebexConfig... webexConfigs)Method parameters in io.fabric8.openshift.api.model.monitoring.v1beta1 with type arguments of type WebexConfig Modifier and Type Method Description AReceiverFluent. addAllToWebexConfigs(Collection<WebexConfig> items)AReceiverFluent. removeAllFromWebexConfigs(Collection<WebexConfig> items)voidReceiver. setWebexConfigs(List<WebexConfig> webexConfigs)List of Webex configurations.AReceiverFluent. withWebexConfigs(List<WebexConfig> webexConfigs)Constructors in io.fabric8.openshift.api.model.monitoring.v1beta1 with parameters of type WebexConfig Constructor Description WebexConfigBuilder(WebexConfig instance)WebexConfigBuilder(WebexConfigFluent<?> fluent, WebexConfig instance)WebexConfigFluent(WebexConfig instance)
-