Uses of Class
software.amazon.awssdk.services.athena.model.NamedQuery
-
Packages that use NamedQuery Package Description software.amazon.awssdk.services.athena.model -
-
Uses of NamedQuery in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return NamedQuery Modifier and Type Method Description NamedQueryGetNamedQueryResponse. namedQuery()Information about the query.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type NamedQuery Modifier and Type Method Description List<NamedQuery>BatchGetNamedQueryResponse. namedQueries()Information about the named query IDs submitted.Methods in software.amazon.awssdk.services.athena.model with parameters of type NamedQuery Modifier and Type Method Description BatchGetNamedQueryResponse.BuilderBatchGetNamedQueryResponse.Builder. namedQueries(NamedQuery... namedQueries)Information about the named query IDs submitted.GetNamedQueryResponse.BuilderGetNamedQueryResponse.Builder. namedQuery(NamedQuery namedQuery)Information about the query.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type NamedQuery Modifier and Type Method Description BatchGetNamedQueryResponse.BuilderBatchGetNamedQueryResponse.Builder. namedQueries(Collection<NamedQuery> namedQueries)Information about the named query IDs submitted.
-