Uses of Class
com.exoscale.sdk.model.EnumMysqlAuthenticationPlugin
-
Packages that use EnumMysqlAuthenticationPlugin Package Description com.exoscale.sdk.model -
-
Uses of EnumMysqlAuthenticationPlugin in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return EnumMysqlAuthenticationPlugin Modifier and Type Method Description static EnumMysqlAuthenticationPlugin
EnumMysqlAuthenticationPlugin. fromValue(String value)
EnumMysqlAuthenticationPlugin
CreateDbaasMysqlUserRequest. getAuthentication()
Get authenticationEnumMysqlAuthenticationPlugin
ResetDbaasMysqlUserPasswordRequest. getAuthentication()
Get authenticationstatic EnumMysqlAuthenticationPlugin
EnumMysqlAuthenticationPlugin. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnumMysqlAuthenticationPlugin[]
EnumMysqlAuthenticationPlugin. 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 EnumMysqlAuthenticationPlugin Modifier and Type Method Description CreateDbaasMysqlUserRequest
CreateDbaasMysqlUserRequest. authentication(EnumMysqlAuthenticationPlugin authentication)
ResetDbaasMysqlUserPasswordRequest
ResetDbaasMysqlUserPasswordRequest. authentication(EnumMysqlAuthenticationPlugin authentication)
void
CreateDbaasMysqlUserRequest. setAuthentication(EnumMysqlAuthenticationPlugin authentication)
void
ResetDbaasMysqlUserPasswordRequest. setAuthentication(EnumMysqlAuthenticationPlugin authentication)
-