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