Class MultiSelectList
java.lang.Object
software.amazon.awssdk.codegen.jmespath.component.MultiSelectList
A multiselect expression is used to extract a subset of elements from a JSON hash. Each expression in the multi-select-list
will be evaluated against the JSON document. Each returned element will be the result of evaluating the expression.
https://jmespath.org/specification.html#multiselect-list
-
Constructor Summary
ConstructorsConstructorDescriptionMultiSelectList
(Collection<Expression> expressions) MultiSelectList
(Expression... expressions) -
Method Summary
-
Constructor Details
-
MultiSelectList
-
MultiSelectList
-
-
Method Details
-
expressions
-