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