Uses of Class
software.amazon.awssdk.services.timestreamquery.model.DescribeAccountSettingsResponse
-
Packages that use DescribeAccountSettingsResponse Package Description software.amazon.awssdk.services.timestreamquery Amazon Timestream Query -
-
Uses of DescribeAccountSettingsResponse in software.amazon.awssdk.services.timestreamquery
Methods in software.amazon.awssdk.services.timestreamquery that return DescribeAccountSettingsResponse Modifier and Type Method Description default DescribeAccountSettingsResponseTimestreamQueryClient. describeAccountSettings(Consumer<DescribeAccountSettingsRequest.Builder> describeAccountSettingsRequest)Describes the settings for your account that include the query pricing model and the configured maximum TCUs the service can use for your query workload.default DescribeAccountSettingsResponseTimestreamQueryClient. describeAccountSettings(DescribeAccountSettingsRequest describeAccountSettingsRequest)Describes the settings for your account that include the query pricing model and the configured maximum TCUs the service can use for your query workload.Methods in software.amazon.awssdk.services.timestreamquery that return types with arguments of type DescribeAccountSettingsResponse Modifier and Type Method Description default CompletableFuture<DescribeAccountSettingsResponse>TimestreamQueryAsyncClient. describeAccountSettings(Consumer<DescribeAccountSettingsRequest.Builder> describeAccountSettingsRequest)Describes the settings for your account that include the query pricing model and the configured maximum TCUs the service can use for your query workload.default CompletableFuture<DescribeAccountSettingsResponse>TimestreamQueryAsyncClient. describeAccountSettings(DescribeAccountSettingsRequest describeAccountSettingsRequest)Describes the settings for your account that include the query pricing model and the configured maximum TCUs the service can use for your query workload.
-