Uses of Class
com.exoscale.sdk.model.JsonSchemaPg.TrackFunctionsEnum
-
Packages that use JsonSchemaPg.TrackFunctionsEnum Package Description com.exoscale.sdk.model -
-
Uses of JsonSchemaPg.TrackFunctionsEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaPg.TrackFunctionsEnum Modifier and Type Method Description static JsonSchemaPg.TrackFunctionsEnum
JsonSchemaPg.TrackFunctionsEnum. fromValue(String value)
JsonSchemaPg.TrackFunctionsEnum
JsonSchemaPg. getTrackFunctions()
Enables tracking of function call counts and time used.static JsonSchemaPg.TrackFunctionsEnum
JsonSchemaPg.TrackFunctionsEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static JsonSchemaPg.TrackFunctionsEnum[]
JsonSchemaPg.TrackFunctionsEnum. 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 JsonSchemaPg.TrackFunctionsEnum Modifier and Type Method Description void
JsonSchemaPg. setTrackFunctions(JsonSchemaPg.TrackFunctionsEnum trackFunctions)
JsonSchemaPg
JsonSchemaPg. trackFunctions(JsonSchemaPg.TrackFunctionsEnum trackFunctions)
-