Uses of Class
software.amazon.awssdk.services.dynamodb.jmespath.internal.JmesPathRuntime.Value
-
Packages that use JmesPathRuntime.Value Package Description software.amazon.awssdk.services.dynamodb.jmespath.internal -
-
Uses of JmesPathRuntime.Value in software.amazon.awssdk.services.dynamodb.jmespath.internal
Methods in software.amazon.awssdk.services.dynamodb.jmespath.internal that return JmesPathRuntime.Value Modifier and Type Method Description JmesPathRuntime.Value
JmesPathRuntime.Value. and(JmesPathRuntime.Value rhs)
Perform an AND comparison between this value and another one: https://jmespath.org/specification.html#or-expressionsJmesPathRuntime.Value
JmesPathRuntime.Value. compare(String comparison, JmesPathRuntime.Value rhs)
Compare this value to another value, using the specified comparison operator: https://jmespath.org/specification.html#comparison-operatorsJmesPathRuntime.Value
JmesPathRuntime.Value. constant(Object constant)
Convert this value to a new constant value, discarding the current value.JmesPathRuntime.Value
JmesPathRuntime.Value. constant(JmesPathRuntime.Value value)
Convert this value to a new constant value, discarding the current value.JmesPathRuntime.Value
JmesPathRuntime.Value. contains(JmesPathRuntime.Value rhs)
Execute the contains function, with this value as the first parameter: https://jmespath.org/specification.html#containsJmesPathRuntime.Value
JmesPathRuntime.Value. field(String fieldName)
Retrieve an identifier from this value: https://jmespath.org/specification.html#identifiersJmesPathRuntime.Value
JmesPathRuntime.Value. filter(Function<JmesPathRuntime.Value,JmesPathRuntime.Value> predicate)
Filter this value: https://jmespath.org/specification.html#filter-expressionsJmesPathRuntime.Value
JmesPathRuntime.Value. flatten()
Execute a flattening expression on this value: https://jmespath.org/specification.html#flatten-operatorJmesPathRuntime.Value
JmesPathRuntime.Value. keys()
JmesPathRuntime.Value
JmesPathRuntime.Value. length()
Execute the length function, with this value as the first parameter: https://jmespath.org/specification.html#lengthJmesPathRuntime.Value
JmesPathRuntime.Value. multiSelectHash(Map<String,Function<JmesPathRuntime.Value,JmesPathRuntime.Value>> selections)
Perform a multi-select hash expression on this value: https://jmespath.org/specification.html#multiselect-hashJmesPathRuntime.Value
JmesPathRuntime.Value. multiSelectList(Function<JmesPathRuntime.Value,JmesPathRuntime.Value>... functions)
Perform a multi-select list expression on this value: https://jmespath.org/specification.html#multiselect-listJmesPathRuntime.Value
JmesPathRuntime.Value. not()
Perform a NOT conversion on this value: https://jmespath.org/specification.html#not-expressionsJmesPathRuntime.Value
JmesPathRuntime.Value. or(JmesPathRuntime.Value rhs)
Perform an OR comparison between this value and another one: https://jmespath.org/specification.html#or-expressionsJmesPathRuntime.Value
JmesPathRuntime.Value. wildcard()
Execute a wildcard expression on this value: https://jmespath.org/specification.html#wildcard-expressionsMethods in software.amazon.awssdk.services.dynamodb.jmespath.internal with parameters of type JmesPathRuntime.Value Modifier and Type Method Description JmesPathRuntime.Value
JmesPathRuntime.Value. and(JmesPathRuntime.Value rhs)
Perform an AND comparison between this value and another one: https://jmespath.org/specification.html#or-expressionsJmesPathRuntime.Value
JmesPathRuntime.Value. compare(String comparison, JmesPathRuntime.Value rhs)
Compare this value to another value, using the specified comparison operator: https://jmespath.org/specification.html#comparison-operatorsJmesPathRuntime.Value
JmesPathRuntime.Value. constant(JmesPathRuntime.Value value)
Convert this value to a new constant value, discarding the current value.JmesPathRuntime.Value
JmesPathRuntime.Value. contains(JmesPathRuntime.Value rhs)
Execute the contains function, with this value as the first parameter: https://jmespath.org/specification.html#containsJmesPathRuntime.Value
JmesPathRuntime.Value. or(JmesPathRuntime.Value rhs)
Perform an OR comparison between this value and another one: https://jmespath.org/specification.html#or-expressionsMethod parameters in software.amazon.awssdk.services.dynamodb.jmespath.internal with type arguments of type JmesPathRuntime.Value Modifier and Type Method Description JmesPathRuntime.Value
JmesPathRuntime.Value. filter(Function<JmesPathRuntime.Value,JmesPathRuntime.Value> predicate)
Filter this value: https://jmespath.org/specification.html#filter-expressionsJmesPathRuntime.Value
JmesPathRuntime.Value. filter(Function<JmesPathRuntime.Value,JmesPathRuntime.Value> predicate)
Filter this value: https://jmespath.org/specification.html#filter-expressionsJmesPathRuntime.Value
JmesPathRuntime.Value. multiSelectHash(Map<String,Function<JmesPathRuntime.Value,JmesPathRuntime.Value>> selections)
Perform a multi-select hash expression on this value: https://jmespath.org/specification.html#multiselect-hashJmesPathRuntime.Value
JmesPathRuntime.Value. multiSelectHash(Map<String,Function<JmesPathRuntime.Value,JmesPathRuntime.Value>> selections)
Perform a multi-select hash expression on this value: https://jmespath.org/specification.html#multiselect-hash
-