Uses of Class
software.amazon.awssdk.services.athena.model.UnprocessedQueryExecutionId
-
Packages that use UnprocessedQueryExecutionId Package Description software.amazon.awssdk.services.athena.model -
-
Uses of UnprocessedQueryExecutionId in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type UnprocessedQueryExecutionId Modifier and Type Method Description List<UnprocessedQueryExecutionId>BatchGetQueryExecutionResponse. unprocessedQueryExecutionIds()Information about the query executions that failed to run.Methods in software.amazon.awssdk.services.athena.model with parameters of type UnprocessedQueryExecutionId Modifier and Type Method Description BatchGetQueryExecutionResponse.BuilderBatchGetQueryExecutionResponse.Builder. unprocessedQueryExecutionIds(UnprocessedQueryExecutionId... unprocessedQueryExecutionIds)Information about the query executions that failed to run.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type UnprocessedQueryExecutionId Modifier and Type Method Description BatchGetQueryExecutionResponse.BuilderBatchGetQueryExecutionResponse.Builder. unprocessedQueryExecutionIds(Collection<UnprocessedQueryExecutionId> unprocessedQueryExecutionIds)Information about the query executions that failed to run.
-