Uses of Interface
software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryRequest.Builder
-
Packages that use UpdateScheduledQueryRequest.Builder Package Description software.amazon.awssdk.services.timestreamquery Amazon Timestream Query software.amazon.awssdk.services.timestreamquery.model -
-
Uses of UpdateScheduledQueryRequest.Builder in software.amazon.awssdk.services.timestreamquery
Method parameters in software.amazon.awssdk.services.timestreamquery with type arguments of type UpdateScheduledQueryRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateScheduledQueryResponse>TimestreamQueryAsyncClient. updateScheduledQuery(Consumer<UpdateScheduledQueryRequest.Builder> updateScheduledQueryRequest)Update a scheduled query.default UpdateScheduledQueryResponseTimestreamQueryClient. updateScheduledQuery(Consumer<UpdateScheduledQueryRequest.Builder> updateScheduledQueryRequest)Update a scheduled query. -
Uses of UpdateScheduledQueryRequest.Builder in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type UpdateScheduledQueryRequest.Builder Modifier and Type Method Description static Class<? extends UpdateScheduledQueryRequest.Builder>UpdateScheduledQueryRequest. serializableBuilderClass()
-