Uses of Class
software.amazon.awssdk.services.athena.model.UnprocessedNamedQueryId
-
Packages that use UnprocessedNamedQueryId Package Description software.amazon.awssdk.services.athena.model -
-
Uses of UnprocessedNamedQueryId in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type UnprocessedNamedQueryId Modifier and Type Method Description List<UnprocessedNamedQueryId>BatchGetNamedQueryResponse. unprocessedNamedQueryIds()Information about provided query IDs.Methods in software.amazon.awssdk.services.athena.model with parameters of type UnprocessedNamedQueryId Modifier and Type Method Description BatchGetNamedQueryResponse.BuilderBatchGetNamedQueryResponse.Builder. unprocessedNamedQueryIds(UnprocessedNamedQueryId... unprocessedNamedQueryIds)Information about provided query IDs.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type UnprocessedNamedQueryId Modifier and Type Method Description BatchGetNamedQueryResponse.BuilderBatchGetNamedQueryResponse.Builder. unprocessedNamedQueryIds(Collection<UnprocessedNamedQueryId> unprocessedNamedQueryIds)Information about provided query IDs.
-