Uses of Class
software.amazon.awssdk.services.timestreamquery.model.ParameterMapping
-
Packages that use ParameterMapping Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of ParameterMapping in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type ParameterMapping Modifier and Type Method Description List<ParameterMapping>PrepareQueryResponse. parameters()A list of parameters used in the submitted query string.Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type ParameterMapping Modifier and Type Method Description PrepareQueryResponse.BuilderPrepareQueryResponse.Builder. parameters(ParameterMapping... parameters)A list of parameters used in the submitted query string.Method parameters in software.amazon.awssdk.services.timestreamquery.model with type arguments of type ParameterMapping Modifier and Type Method Description PrepareQueryResponse.BuilderPrepareQueryResponse.Builder. parameters(Collection<ParameterMapping> parameters)A list of parameters used in the submitted query string.
-