Uses of Class
software.amazon.awssdk.services.timestreamquery.model.ComputeMode
-
Packages that use ComputeMode Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of ComputeMode in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return ComputeMode Modifier and Type Method Description ComputeModeQueryComputeRequest. computeMode()The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account.ComputeModeQueryComputeResponse. computeMode()The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account.static ComputeModeComputeMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ComputeModeComputeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputeMode[]ComputeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type ComputeMode Modifier and Type Method Description static Set<ComputeMode>ComputeMode. knownValues()Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type ComputeMode Modifier and Type Method Description QueryComputeRequest.BuilderQueryComputeRequest.Builder. computeMode(ComputeMode computeMode)The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account.QueryComputeResponse.BuilderQueryComputeResponse.Builder. computeMode(ComputeMode computeMode)The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account.
-