Uses of Class
com.exoscale.sdk.model.EnumKafkaAuthMethod
-
Packages that use EnumKafkaAuthMethod Package Description com.exoscale.sdk.model -
-
Uses of EnumKafkaAuthMethod in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return EnumKafkaAuthMethod Modifier and Type Method Description static EnumKafkaAuthMethod
EnumKafkaAuthMethod. fromValue(String value)
EnumKafkaAuthMethod
DbaasServiceComponents. getKafkaAuthenticationMethod()
Get kafkaAuthenticationMethodEnumKafkaAuthMethod
DbaasServiceKafkaComponentsInner. getKafkaAuthenticationMethod()
Get kafkaAuthenticationMethodstatic EnumKafkaAuthMethod
EnumKafkaAuthMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnumKafkaAuthMethod[]
EnumKafkaAuthMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type EnumKafkaAuthMethod Modifier and Type Method Description DbaasServiceComponents
DbaasServiceComponents. kafkaAuthenticationMethod(EnumKafkaAuthMethod kafkaAuthenticationMethod)
DbaasServiceKafkaComponentsInner
DbaasServiceKafkaComponentsInner. kafkaAuthenticationMethod(EnumKafkaAuthMethod kafkaAuthenticationMethod)
void
DbaasServiceComponents. setKafkaAuthenticationMethod(EnumKafkaAuthMethod kafkaAuthenticationMethod)
void
DbaasServiceKafkaComponentsInner. setKafkaAuthenticationMethod(EnumKafkaAuthMethod kafkaAuthenticationMethod)
-