Uses of Class
io.strimzi.api.kafka.model.KafkaUserQuotas
-
Packages that use KafkaUserQuotas Package Description io.strimzi.api.kafka.model -
-
Uses of KafkaUserQuotas in io.strimzi.api.kafka.model
Methods in io.strimzi.api.kafka.model that return KafkaUserQuotas Modifier and Type Method Description KafkaUserQuotasKafkaUserQuotasBuilder. build()KafkaUserQuotasKafkaUserSpecFluent. buildQuotas()KafkaUserQuotasKafkaUserSpecFluentImpl. buildQuotas()KafkaUserQuotasKafkaUserSpec. getQuotas()KafkaUserQuotasKafkaUserSpecFluent. getQuotas()Deprecated.KafkaUserQuotasKafkaUserSpecFluentImpl. getQuotas()Deprecated.Methods in io.strimzi.api.kafka.model with parameters of type KafkaUserQuotas Modifier and Type Method Description KafkaUserSpecFluent.QuotasNested<A>KafkaUserSpecFluent. editOrNewQuotasLike(KafkaUserQuotas item)KafkaUserSpecFluent.QuotasNested<A>KafkaUserSpecFluentImpl. editOrNewQuotasLike(KafkaUserQuotas item)voidKafkaUserSpec. setQuotas(KafkaUserQuotas kafkaUserQuotas)KafkaUserSpecFluent.QuotasNested<A>KafkaUserSpecFluent. withNewQuotasLike(KafkaUserQuotas item)KafkaUserSpecFluent.QuotasNested<A>KafkaUserSpecFluentImpl. withNewQuotasLike(KafkaUserQuotas item)AKafkaUserSpecFluent. withQuotas(KafkaUserQuotas quotas)AKafkaUserSpecFluentImpl. withQuotas(KafkaUserQuotas quotas)Constructors in io.strimzi.api.kafka.model with parameters of type KafkaUserQuotas Constructor Description KafkaUserQuotasBuilder(KafkaUserQuotas instance)KafkaUserQuotasBuilder(KafkaUserQuotasFluent<?> fluent, KafkaUserQuotas instance)KafkaUserQuotasBuilder(KafkaUserQuotasFluent<?> fluent, KafkaUserQuotas instance, Boolean validationEnabled)KafkaUserQuotasBuilder(KafkaUserQuotas instance, Boolean validationEnabled)KafkaUserQuotasFluentImpl(KafkaUserQuotas instance)
-