Uses of Class
com.exoscale.sdk.model.InternalAuthenticationBackendLimiting.AuthenticationBackendEnum
-
Packages that use InternalAuthenticationBackendLimiting.AuthenticationBackendEnum Package Description com.exoscale.sdk.model -
-
Uses of InternalAuthenticationBackendLimiting.AuthenticationBackendEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return InternalAuthenticationBackendLimiting.AuthenticationBackendEnum Modifier and Type Method Description static InternalAuthenticationBackendLimiting.AuthenticationBackendEnum
InternalAuthenticationBackendLimiting.AuthenticationBackendEnum. fromValue(String value)
InternalAuthenticationBackendLimiting.AuthenticationBackendEnum
InternalAuthenticationBackendLimiting. getAuthenticationBackend()
The internal backend.static InternalAuthenticationBackendLimiting.AuthenticationBackendEnum
InternalAuthenticationBackendLimiting.AuthenticationBackendEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static InternalAuthenticationBackendLimiting.AuthenticationBackendEnum[]
InternalAuthenticationBackendLimiting.AuthenticationBackendEnum. 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 InternalAuthenticationBackendLimiting.AuthenticationBackendEnum Modifier and Type Method Description InternalAuthenticationBackendLimiting
InternalAuthenticationBackendLimiting. authenticationBackend(InternalAuthenticationBackendLimiting.AuthenticationBackendEnum authenticationBackend)
void
InternalAuthenticationBackendLimiting. setAuthenticationBackend(InternalAuthenticationBackendLimiting.AuthenticationBackendEnum authenticationBackend)
-