Uses of Class
software.amazon.awssdk.services.timestreamquery.model.QueryPricingModel
-
Packages that use QueryPricingModel Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of QueryPricingModel in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return QueryPricingModel Modifier and Type Method Description static QueryPricingModelQueryPricingModel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QueryPricingModelDescribeAccountSettingsResponse. queryPricingModel()The pricing model for queries in your account.QueryPricingModelUpdateAccountSettingsRequest. queryPricingModel()The pricing model for queries in an account.QueryPricingModelUpdateAccountSettingsResponse. queryPricingModel()The pricing model for an account.static QueryPricingModelQueryPricingModel. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryPricingModel[]QueryPricingModel. 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 QueryPricingModel Modifier and Type Method Description static Set<QueryPricingModel>QueryPricingModel. knownValues()Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type QueryPricingModel Modifier and Type Method Description DescribeAccountSettingsResponse.BuilderDescribeAccountSettingsResponse.Builder. queryPricingModel(QueryPricingModel queryPricingModel)The pricing model for queries in your account.UpdateAccountSettingsRequest.BuilderUpdateAccountSettingsRequest.Builder. queryPricingModel(QueryPricingModel queryPricingModel)The pricing model for queries in an account.UpdateAccountSettingsResponse.BuilderUpdateAccountSettingsResponse.Builder. queryPricingModel(QueryPricingModel queryPricingModel)The pricing model for an account.
-