Uses of Class
software.amazon.awssdk.services.ses.jmespath.internal.JmesPathRuntime.Value
Packages that use JmesPathRuntime.Value
-
Uses of JmesPathRuntime.Value in software.amazon.awssdk.services.ses.jmespath.internal
Methods in software.amazon.awssdk.services.ses.jmespath.internal that return JmesPathRuntime.ValueModifier and TypeMethodDescriptionJmesPathRuntime.Value.and(JmesPathRuntime.Value rhs) Perform an AND comparison between this value and another one: https://jmespath.org/specification.html#or-expressionsJmesPathRuntime.Value.compare(String comparison, JmesPathRuntime.Value rhs) Compare this value to another value, using the specified comparison operator: https://jmespath.org/specification.html#comparison-operatorsConvert this value to a new constant value, discarding the current value.JmesPathRuntime.Value.constant(JmesPathRuntime.Value value) Convert this value to a new constant value, discarding the current value.JmesPathRuntime.Value.contains(JmesPathRuntime.Value rhs) Execute the contains function, with this value as the first parameter: https://jmespath.org/specification.html#containsRetrieve an identifier from this value: https://jmespath.org/specification.html#identifiersJmesPathRuntime.Value.filter(Function<JmesPathRuntime.Value, JmesPathRuntime.Value> predicate) Filter this value: https://jmespath.org/specification.html#filter-expressionsJmesPathRuntime.Value.flatten()Execute a flattening expression on this value: https://jmespath.org/specification.html#flatten-operatorJmesPathRuntime.Value.keys()JmesPathRuntime.Value.length()Execute the length function, with this value as the first parameter: https://jmespath.org/specification.html#lengthfinal JmesPathRuntime.ValueJmesPathRuntime.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-hashfinal JmesPathRuntime.ValueJmesPathRuntime.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.not()Perform a NOT conversion on this value: https://jmespath.org/specification.html#not-expressionsJmesPathRuntime.Value.or(JmesPathRuntime.Value rhs) Perform an OR comparison between this value and another one: https://jmespath.org/specification.html#or-expressionsJmesPathRuntime.Value.wildcard()Execute a wildcard expression on this value: https://jmespath.org/specification.html#wildcard-expressionsMethods in software.amazon.awssdk.services.ses.jmespath.internal with parameters of type JmesPathRuntime.ValueModifier and TypeMethodDescriptionJmesPathRuntime.Value.and(JmesPathRuntime.Value rhs) Perform an AND comparison between this value and another one: https://jmespath.org/specification.html#or-expressionsJmesPathRuntime.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.constant(JmesPathRuntime.Value value) Convert this value to a new constant value, discarding the current 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.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.ses.jmespath.internal with type arguments of type JmesPathRuntime.ValueModifier and TypeMethodDescriptionJmesPathRuntime.Value.filter(Function<JmesPathRuntime.Value, JmesPathRuntime.Value> predicate) Filter this value: https://jmespath.org/specification.html#filter-expressionsJmesPathRuntime.Value.filter(Function<JmesPathRuntime.Value, JmesPathRuntime.Value> predicate) Filter this value: https://jmespath.org/specification.html#filter-expressionsfinal JmesPathRuntime.ValueJmesPathRuntime.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-hashfinal JmesPathRuntime.ValueJmesPathRuntime.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