Uses of Enum
com.exoscale.sdk.model.JsonSchemaRedis.MaxmemoryPolicyEnum
Packages that use JsonSchemaRedis.MaxmemoryPolicyEnum
-
Uses of JsonSchemaRedis.MaxmemoryPolicyEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaRedis.MaxmemoryPolicyEnumModifier and TypeMethodDescriptionJsonSchemaRedis.getMaxmemoryPolicy()
Get maxmemoryPolicyReturns the enum constant of this type with the specified name.static JsonSchemaRedis.MaxmemoryPolicyEnum[]
JsonSchemaRedis.MaxmemoryPolicyEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model that return types with arguments of type JsonSchemaRedis.MaxmemoryPolicyEnumModifier and TypeMethodDescriptionorg.openapitools.jackson.nullable.JsonNullable<JsonSchemaRedis.MaxmemoryPolicyEnum>
JsonSchemaRedis.getMaxmemoryPolicy_JsonNullable()
Methods in com.exoscale.sdk.model with parameters of type JsonSchemaRedis.MaxmemoryPolicyEnumModifier and TypeMethodDescriptionJsonSchemaRedis.maxmemoryPolicy
(JsonSchemaRedis.MaxmemoryPolicyEnum maxmemoryPolicy) void
JsonSchemaRedis.setMaxmemoryPolicy
(JsonSchemaRedis.MaxmemoryPolicyEnum maxmemoryPolicy) Method parameters in com.exoscale.sdk.model with type arguments of type JsonSchemaRedis.MaxmemoryPolicyEnumModifier and TypeMethodDescriptionvoid
JsonSchemaRedis.setMaxmemoryPolicy_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<JsonSchemaRedis.MaxmemoryPolicyEnum> maxmemoryPolicy)