Uses of Class
software.amazon.awssdk.services.acm.jmespath.internal.JmesPathRuntime.Value
-
Packages that use JmesPathRuntime.Value Package Description software.amazon.awssdk.services.acm.jmespath.internal -
-
Uses of JmesPathRuntime.Value in software.amazon.awssdk.services.acm.jmespath.internal
Methods in software.amazon.awssdk.services.acm.jmespath.internal that return JmesPathRuntime.Value Modifier and Type Method Description JmesPathRuntime.ValueJmesPathRuntime.Value. and(JmesPathRuntime.Value rhs)Perform an AND comparison between this value and another one: https://jmespath.org/specification.html#or-expressionsJmesPathRuntime.ValueJmesPathRuntime.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.ValueJmesPathRuntime.Value. constant(Object constant)Convert this value to a new constant value, discarding the current value.JmesPathRuntime.ValueJmesPathRuntime.Value. constant(JmesPathRuntime.Value value)Convert this value to a new constant value, discarding the current value.JmesPathRuntime.ValueJmesPathRuntime.Value. contains(JmesPathRuntime.Value rhs)Execute the contains function, with this value as the first parameter: https://jmespath.org/specification.html#containsJmesPathRuntime.ValueJmesPathRuntime.Value. field(String fieldName)Retrieve an identifier from this value: https://jmespath.org/specification.html#identifiersJmesPathRuntime.ValueJmesPathRuntime.Value. filter(Function<JmesPathRuntime.Value,JmesPathRuntime.Value> predicate)Filter this value: https://jmespath.org/specification.html#filter-expressionsJmesPathRuntime.ValueJmesPathRuntime.Value. flatten()Execute a flattening expression on this value: https://jmespath.org/specification.html#flatten-operatorJmesPathRuntime.ValueJmesPathRuntime.Value. keys()JmesPathRuntime.ValueJmesPathRuntime.Value. length()Execute the length function, with this value as the first parameter: https://jmespath.org/specification.html#lengthJmesPathRuntime.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-hashJmesPathRuntime.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.ValueJmesPathRuntime.Value. not()Perform a NOT conversion on this value: https://jmespath.org/specification.html#not-expressionsJmesPathRuntime.ValueJmesPathRuntime.Value. or(JmesPathRuntime.Value rhs)Perform an OR comparison between this value and another one: https://jmespath.org/specification.html#or-expressionsJmesPathRuntime.ValueJmesPathRuntime.Value. wildcard()Execute a wildcard expression on this value: https://jmespath.org/specification.html#wildcard-expressionsMethods in software.amazon.awssdk.services.acm.jmespath.internal with parameters of type JmesPathRuntime.Value Modifier and Type Method Description JmesPathRuntime.ValueJmesPathRuntime.Value. and(JmesPathRuntime.Value rhs)Perform an AND comparison between this value and another one: https://jmespath.org/specification.html#or-expressionsJmesPathRuntime.ValueJmesPathRuntime.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.ValueJmesPathRuntime.Value. constant(JmesPathRuntime.Value value)Convert this value to a new constant value, discarding the current value.JmesPathRuntime.ValueJmesPathRuntime.Value. contains(JmesPathRuntime.Value rhs)Execute the contains function, with this value as the first parameter: https://jmespath.org/specification.html#containsJmesPathRuntime.ValueJmesPathRuntime.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.acm.jmespath.internal with type arguments of type JmesPathRuntime.Value Modifier and Type Method Description JmesPathRuntime.ValueJmesPathRuntime.Value. filter(Function<JmesPathRuntime.Value,JmesPathRuntime.Value> predicate)Filter this value: https://jmespath.org/specification.html#filter-expressionsJmesPathRuntime.ValueJmesPathRuntime.Value. filter(Function<JmesPathRuntime.Value,JmesPathRuntime.Value> predicate)Filter this value: https://jmespath.org/specification.html#filter-expressionsJmesPathRuntime.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-hashJmesPathRuntime.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
-