| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
List<UnprocessedPreparedStatementName> |
BatchGetPreparedStatementResponse.unprocessedPreparedStatementNames()
A list of one or more prepared statements that were requested but could not be returned.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetPreparedStatementResponse.Builder |
BatchGetPreparedStatementResponse.Builder.unprocessedPreparedStatementNames(UnprocessedPreparedStatementName... unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetPreparedStatementResponse.Builder |
BatchGetPreparedStatementResponse.Builder.unprocessedPreparedStatementNames(Collection<UnprocessedPreparedStatementName> unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
|
Copyright © 2023. All rights reserved.