Uses of Enum
com.exoscale.sdk.model.EnumMysqlAuthenticationPlugin
Packages that use EnumMysqlAuthenticationPlugin
-
Uses of EnumMysqlAuthenticationPlugin in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return EnumMysqlAuthenticationPluginModifier and TypeMethodDescriptionCreateDbaasMysqlUserRequest.getAuthentication()
Get authenticationResetDbaasMysqlUserPasswordRequest.getAuthentication()
Get authenticationReturns 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 EnumMysqlAuthenticationPluginModifier and TypeMethodDescriptionCreateDbaasMysqlUserRequest.authentication
(EnumMysqlAuthenticationPlugin authentication) ResetDbaasMysqlUserPasswordRequest.authentication
(EnumMysqlAuthenticationPlugin authentication) void
CreateDbaasMysqlUserRequest.setAuthentication
(EnumMysqlAuthenticationPlugin authentication) void
ResetDbaasMysqlUserPasswordRequest.setAuthentication
(EnumMysqlAuthenticationPlugin authentication)