Uses of Class
com.exoscale.sdk.model.DbaasServiceKafkaAuthenticationMethods
-
Packages that use DbaasServiceKafkaAuthenticationMethods Package Description com.exoscale.sdk.model -
-
Uses of DbaasServiceKafkaAuthenticationMethods in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DbaasServiceKafkaAuthenticationMethods Modifier and Type Method Description DbaasServiceKafkaAuthenticationMethods
DbaasServiceKafkaAuthenticationMethods. certificate(Boolean certificate)
DbaasServiceKafkaAuthenticationMethods
DbaasServiceKafka. getAuthenticationMethods()
Get authenticationMethodsDbaasServiceKafkaAuthenticationMethods
DbaasServiceKafkaAuthenticationMethods. sasl(Boolean sasl)
Methods in com.exoscale.sdk.model with parameters of type DbaasServiceKafkaAuthenticationMethods Modifier and Type Method Description DbaasServiceKafka
DbaasServiceKafka. authenticationMethods(DbaasServiceKafkaAuthenticationMethods authenticationMethods)
void
DbaasServiceKafka. setAuthenticationMethods(DbaasServiceKafkaAuthenticationMethods authenticationMethods)
-