Uses of Class
io.strimzi.api.kafka.model.template.KafkaExporterTemplate
-
Packages that use KafkaExporterTemplate Package Description io.strimzi.api.kafka.model io.strimzi.api.kafka.model.template -
-
Uses of KafkaExporterTemplate in io.strimzi.api.kafka.model
Methods in io.strimzi.api.kafka.model that return KafkaExporterTemplate Modifier and Type Method Description KafkaExporterTemplateKafkaExporterSpecFluent. buildTemplate()KafkaExporterTemplateKafkaExporterSpecFluentImpl. buildTemplate()KafkaExporterTemplateKafkaExporterSpec. getTemplate()KafkaExporterTemplateKafkaExporterSpecFluent. getTemplate()Deprecated.KafkaExporterTemplateKafkaExporterSpecFluentImpl. getTemplate()Deprecated.Methods in io.strimzi.api.kafka.model with parameters of type KafkaExporterTemplate Modifier and Type Method Description KafkaExporterSpecFluent.TemplateNested<A>KafkaExporterSpecFluent. editOrNewTemplateLike(KafkaExporterTemplate item)KafkaExporterSpecFluent.TemplateNested<A>KafkaExporterSpecFluentImpl. editOrNewTemplateLike(KafkaExporterTemplate item)voidKafkaExporterSpec. setTemplate(KafkaExporterTemplate template)KafkaExporterSpecFluent.TemplateNested<A>KafkaExporterSpecFluent. withNewTemplateLike(KafkaExporterTemplate item)KafkaExporterSpecFluent.TemplateNested<A>KafkaExporterSpecFluentImpl. withNewTemplateLike(KafkaExporterTemplate item)AKafkaExporterSpecFluent. withTemplate(KafkaExporterTemplate template)AKafkaExporterSpecFluentImpl. withTemplate(KafkaExporterTemplate template) -
Uses of KafkaExporterTemplate in io.strimzi.api.kafka.model.template
Methods in io.strimzi.api.kafka.model.template that return KafkaExporterTemplate Modifier and Type Method Description KafkaExporterTemplateKafkaExporterTemplateBuilder. build()Constructors in io.strimzi.api.kafka.model.template with parameters of type KafkaExporterTemplate Constructor Description KafkaExporterTemplateBuilder(KafkaExporterTemplate instance)KafkaExporterTemplateBuilder(KafkaExporterTemplateFluent<?> fluent, KafkaExporterTemplate instance)KafkaExporterTemplateBuilder(KafkaExporterTemplateFluent<?> fluent, KafkaExporterTemplate instance, Boolean validationEnabled)KafkaExporterTemplateBuilder(KafkaExporterTemplate instance, Boolean validationEnabled)KafkaExporterTemplateFluentImpl(KafkaExporterTemplate instance)
-