Uses of Class
software.amazon.awssdk.services.athena.model.UnprocessedPreparedStatementName
-
Packages that use UnprocessedPreparedStatementName Package Description software.amazon.awssdk.services.athena.model -
-
Uses of UnprocessedPreparedStatementName in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type UnprocessedPreparedStatementName Modifier and Type Method Description List<UnprocessedPreparedStatementName>BatchGetPreparedStatementResponse. unprocessedPreparedStatementNames()A list of one or more prepared statements that were requested but could not be returned.Methods in software.amazon.awssdk.services.athena.model with parameters of type UnprocessedPreparedStatementName Modifier and Type Method Description BatchGetPreparedStatementResponse.BuilderBatchGetPreparedStatementResponse.Builder. unprocessedPreparedStatementNames(UnprocessedPreparedStatementName... unprocessedPreparedStatementNames)A list of one or more prepared statements that were requested but could not be returned.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type UnprocessedPreparedStatementName Modifier and Type Method Description BatchGetPreparedStatementResponse.BuilderBatchGetPreparedStatementResponse.Builder. unprocessedPreparedStatementNames(Collection<UnprocessedPreparedStatementName> unprocessedPreparedStatementNames)A list of one or more prepared statements that were requested but could not be returned.
-