Uses of Class
software.amazon.awssdk.services.timestreamquery.model.TargetConfiguration
-
Packages that use TargetConfiguration Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of TargetConfiguration in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return TargetConfiguration Modifier and Type Method Description TargetConfigurationCreateScheduledQueryRequest. targetConfiguration()Configuration used for writing the result of a query.TargetConfigurationScheduledQueryDescription. targetConfiguration()Scheduled query target store configuration.Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type TargetConfiguration Modifier and Type Method Description CreateScheduledQueryRequest.BuilderCreateScheduledQueryRequest.Builder. targetConfiguration(TargetConfiguration targetConfiguration)Configuration used for writing the result of a query.ScheduledQueryDescription.BuilderScheduledQueryDescription.Builder. targetConfiguration(TargetConfiguration targetConfiguration)Scheduled query target store configuration.
-