Uses of Class
software.amazon.awssdk.services.timestreamquery.model.DescribeAccountSettingsRequest
-
Packages that use DescribeAccountSettingsRequest Package Description software.amazon.awssdk.services.timestreamquery Amazon Timestream Query software.amazon.awssdk.services.timestreamquery.transform -
-
Uses of DescribeAccountSettingsRequest in software.amazon.awssdk.services.timestreamquery
Methods in software.amazon.awssdk.services.timestreamquery with parameters of type DescribeAccountSettingsRequest Modifier and Type Method Description 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.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. -
Uses of DescribeAccountSettingsRequest in software.amazon.awssdk.services.timestreamquery.transform
Methods in software.amazon.awssdk.services.timestreamquery.transform with parameters of type DescribeAccountSettingsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeAccountSettingsRequestMarshaller. marshall(DescribeAccountSettingsRequest describeAccountSettingsRequest)
-