Class DescribeAccountSettingsResponse

    • Method Detail

      • maxQueryTCU

        public final Integer maxQueryTCU()

        The maximum number of Timestream compute units (TCUs) the service will use at any point in time to serve your queries. To run queries, you must set a minimum capacity of 4 TCU. You can set the maximum number of TCU in multiples of 4, for example, 4, 8, 16, 32, and so on. This configuration is applicable only for on-demand usage of (TCUs).

        Returns:
        The maximum number of Timestream compute units (TCUs) the service will use at any point in time to serve your queries. To run queries, you must set a minimum capacity of 4 TCU. You can set the maximum number of TCU in multiples of 4, for example, 4, 8, 16, 32, and so on. This configuration is applicable only for on-demand usage of (TCUs).
      • queryPricingModel

        public final QueryPricingModel queryPricingModel()

        The pricing model for queries in your account.

        The QueryPricingModel parameter is used by several Timestream operations; however, the UpdateAccountSettings API operation doesn't recognize any values other than COMPUTE_UNITS.

        If the service returns an enum value that is not available in the current SDK version, queryPricingModel will return QueryPricingModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from queryPricingModelAsString().

        Returns:
        The pricing model for queries in your account.

        The QueryPricingModel parameter is used by several Timestream operations; however, the UpdateAccountSettings API operation doesn't recognize any values other than COMPUTE_UNITS.

        See Also:
        QueryPricingModel
      • queryPricingModelAsString

        public final String queryPricingModelAsString()

        The pricing model for queries in your account.

        The QueryPricingModel parameter is used by several Timestream operations; however, the UpdateAccountSettings API operation doesn't recognize any values other than COMPUTE_UNITS.

        If the service returns an enum value that is not available in the current SDK version, queryPricingModel will return QueryPricingModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from queryPricingModelAsString().

        Returns:
        The pricing model for queries in your account.

        The QueryPricingModel parameter is used by several Timestream operations; however, the UpdateAccountSettings API operation doesn't recognize any values other than COMPUTE_UNITS.

        See Also:
        QueryPricingModel
      • queryCompute

        public final QueryComputeResponse queryCompute()

        An object that contains the usage settings for Timestream Compute Units (TCUs) in your account for the query workload.

        Returns:
        An object that contains the usage settings for Timestream Compute Units (TCUs) in your account for the query workload.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object