Uses of Enum
com.exoscale.sdk.model.EnumKafkaAuthMethod
Packages that use EnumKafkaAuthMethod
-
Uses of EnumKafkaAuthMethod in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return EnumKafkaAuthMethodModifier and TypeMethodDescriptionstatic EnumKafkaAuthMethod
DbaasServiceComponents.getKafkaAuthenticationMethod()
Get kafkaAuthenticationMethodDbaasServiceKafkaComponentsInner.getKafkaAuthenticationMethod()
Get kafkaAuthenticationMethodstatic EnumKafkaAuthMethod
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 EnumKafkaAuthMethodModifier and TypeMethodDescriptionDbaasServiceComponents.kafkaAuthenticationMethod
(EnumKafkaAuthMethod kafkaAuthenticationMethod) DbaasServiceKafkaComponentsInner.kafkaAuthenticationMethod
(EnumKafkaAuthMethod kafkaAuthenticationMethod) void
DbaasServiceComponents.setKafkaAuthenticationMethod
(EnumKafkaAuthMethod kafkaAuthenticationMethod) void
DbaasServiceKafkaComponentsInner.setKafkaAuthenticationMethod
(EnumKafkaAuthMethod kafkaAuthenticationMethod)