Uses of Class
software.amazon.awssdk.services.timestreamquery.model.TargetDestination
-
Packages that use TargetDestination Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of TargetDestination in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return TargetDestination Modifier and Type Method Description TargetDestinationScheduledQuery. targetDestination()Target data source where final scheduled query result will be written.Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type TargetDestination Modifier and Type Method Description ScheduledQuery.BuilderScheduledQuery.Builder. targetDestination(TargetDestination targetDestination)Target data source where final scheduled query result will be written.
-