Uses of Class
io.fabric8.openshift.api.model.monitoring.v1alpha1.SNSConfig
-
Packages that use SNSConfig Package Description io.fabric8.openshift.api.model.monitoring.v1alpha1 -
-
Uses of SNSConfig in io.fabric8.openshift.api.model.monitoring.v1alpha1
Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return SNSConfig Modifier and Type Method Description SNSConfigSNSConfigBuilder. build()SNSConfigReceiverFluent. buildFirstSnsConfig()SNSConfigReceiverFluent. buildLastSnsConfig()SNSConfigReceiverFluent. buildMatchingSnsConfig(Predicate<SNSConfigBuilder> predicate)SNSConfigReceiverFluent. buildSnsConfig(int index)Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return types with arguments of type SNSConfig Modifier and Type Method Description List<SNSConfig>ReceiverFluent. buildSnsConfigs()List<SNSConfig>Receiver. getSnsConfigs()List of SNS configurationsMethods in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type SNSConfig Modifier and Type Method Description ReceiverFluent.SnsConfigsNested<A>ReceiverFluent. addNewSnsConfigLike(SNSConfig item)AReceiverFluent. addToSnsConfigs(int index, SNSConfig item)AReceiverFluent. addToSnsConfigs(SNSConfig... items)protected voidSNSConfigFluent. copyInstance(SNSConfig instance)AReceiverFluent. removeFromSnsConfigs(SNSConfig... items)ReceiverFluent.SnsConfigsNested<A>ReceiverFluent. setNewSnsConfigLike(int index, SNSConfig item)AReceiverFluent. setToSnsConfigs(int index, SNSConfig item)AReceiverFluent. withSnsConfigs(SNSConfig... snsConfigs)Method parameters in io.fabric8.openshift.api.model.monitoring.v1alpha1 with type arguments of type SNSConfig Modifier and Type Method Description AReceiverFluent. addAllToSnsConfigs(Collection<SNSConfig> items)AReceiverFluent. removeAllFromSnsConfigs(Collection<SNSConfig> items)voidReceiver. setSnsConfigs(List<SNSConfig> snsConfigs)List of SNS configurationsAReceiverFluent. withSnsConfigs(List<SNSConfig> snsConfigs)Constructors in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type SNSConfig Constructor Description SNSConfigBuilder(SNSConfig instance)SNSConfigBuilder(SNSConfigFluent<?> fluent, SNSConfig instance)SNSConfigFluent(SNSConfig instance)
-