Uses of Interface
software.amazon.awssdk.services.timestreamquery.TimestreamQueryClient
-
Packages that use TimestreamQueryClient Package Description software.amazon.awssdk.services.timestreamquery Amazon Timestream Query software.amazon.awssdk.services.timestreamquery.paginators -
-
Uses of TimestreamQueryClient in software.amazon.awssdk.services.timestreamquery
Methods in software.amazon.awssdk.services.timestreamquery that return TimestreamQueryClient Modifier and Type Method Description static TimestreamQueryClientTimestreamQueryClient. create()Create aTimestreamQueryClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of TimestreamQueryClient in software.amazon.awssdk.services.timestreamquery.paginators
Constructors in software.amazon.awssdk.services.timestreamquery.paginators with parameters of type TimestreamQueryClient Constructor Description ListScheduledQueriesIterable(TimestreamQueryClient client, ListScheduledQueriesRequest firstRequest)ListTagsForResourceIterable(TimestreamQueryClient client, ListTagsForResourceRequest firstRequest)QueryIterable(TimestreamQueryClient client, QueryRequest firstRequest)
-