Uses of Class
software.amazon.awssdk.services.timestreamquery.model.QuerySpatialCoverage
-
Packages that use QuerySpatialCoverage Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of QuerySpatialCoverage in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return QuerySpatialCoverage Modifier and Type Method Description QuerySpatialCoverageQueryInsightsResponse. querySpatialCoverage()Provides insights into the spatial coverage of the query, including the table with sub-optimal (max) spatial pruning.QuerySpatialCoverageScheduledQueryInsightsResponse. querySpatialCoverage()Provides insights into the spatial coverage of the query, including the table with sub-optimal (max) spatial pruning.Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type QuerySpatialCoverage Modifier and Type Method Description QueryInsightsResponse.BuilderQueryInsightsResponse.Builder. querySpatialCoverage(QuerySpatialCoverage querySpatialCoverage)Provides insights into the spatial coverage of the query, including the table with sub-optimal (max) spatial pruning.ScheduledQueryInsightsResponse.BuilderScheduledQueryInsightsResponse.Builder. querySpatialCoverage(QuerySpatialCoverage querySpatialCoverage)Provides insights into the spatial coverage of the query, including the table with sub-optimal (max) spatial pruning.
-