Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.waiters.internal.WaitersRuntime.Value
-
Packages that use WaitersRuntime.Value Package Description software.amazon.awssdk.services.route53recoverycontrolconfig.waiters.internal -
-
Uses of WaitersRuntime.Value in software.amazon.awssdk.services.route53recoverycontrolconfig.waiters.internal
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.waiters.internal that return WaitersRuntime.Value Modifier and Type Method Description WaitersRuntime.ValueWaitersRuntime.Value. and(WaitersRuntime.Value rhs)Perform an AND comparison between this value and another one: https://jmespath.org/specification.html#or-expressionsWaitersRuntime.ValueWaitersRuntime.Value. compare(String comparison, WaitersRuntime.Value rhs)Compare this value to another value, using the specified comparison operator: https://jmespath.org/specification.html#comparison-operatorsWaitersRuntime.ValueWaitersRuntime.Value. constant(Object constant)Convert this value to a new constant value, discarding the current value.WaitersRuntime.ValueWaitersRuntime.Value. constant(WaitersRuntime.Value value)Convert this value to a new constant value, discarding the current value.WaitersRuntime.ValueWaitersRuntime.Value. contains(WaitersRuntime.Value rhs)Execute the contains function, with this value as the first parameter: https://jmespath.org/specification.html#containsWaitersRuntime.ValueWaitersRuntime.Value. field(String fieldName)Retrieve an identifier from this value: https://jmespath.org/specification.html#identifiersWaitersRuntime.ValueWaitersRuntime.Value. filter(Function<WaitersRuntime.Value,WaitersRuntime.Value> predicate)Filter this value: https://jmespath.org/specification.html#filter-expressionsWaitersRuntime.ValueWaitersRuntime.Value. flatten()Execute a flattening expression on this value: https://jmespath.org/specification.html#flatten-operatorWaitersRuntime.ValueWaitersRuntime.Value. length()Execute the length function, with this value as the first parameter: https://jmespath.org/specification.html#lengthWaitersRuntime.ValueWaitersRuntime.Value. multiSelectList(Function<WaitersRuntime.Value,WaitersRuntime.Value>... functions)Perform a multi-select list expression on this value: https://jmespath.org/specification.html#multiselect-listWaitersRuntime.ValueWaitersRuntime.Value. not()Perform a NOT conversion on this value: https://jmespath.org/specification.html#not-expressionsWaitersRuntime.ValueWaitersRuntime.Value. or(WaitersRuntime.Value rhs)Perform an OR comparison between this value and another one: https://jmespath.org/specification.html#or-expressionsWaitersRuntime.ValueWaitersRuntime.Value. wildcard()Execute a wildcard expression on this value: https://jmespath.org/specification.html#wildcard-expressionsMethods in software.amazon.awssdk.services.route53recoverycontrolconfig.waiters.internal with parameters of type WaitersRuntime.Value Modifier and Type Method Description WaitersRuntime.ValueWaitersRuntime.Value. and(WaitersRuntime.Value rhs)Perform an AND comparison between this value and another one: https://jmespath.org/specification.html#or-expressionsWaitersRuntime.ValueWaitersRuntime.Value. compare(String comparison, WaitersRuntime.Value rhs)Compare this value to another value, using the specified comparison operator: https://jmespath.org/specification.html#comparison-operatorsWaitersRuntime.ValueWaitersRuntime.Value. constant(WaitersRuntime.Value value)Convert this value to a new constant value, discarding the current value.WaitersRuntime.ValueWaitersRuntime.Value. contains(WaitersRuntime.Value rhs)Execute the contains function, with this value as the first parameter: https://jmespath.org/specification.html#containsWaitersRuntime.ValueWaitersRuntime.Value. or(WaitersRuntime.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.route53recoverycontrolconfig.waiters.internal with type arguments of type WaitersRuntime.Value Modifier and Type Method Description WaitersRuntime.ValueWaitersRuntime.Value. filter(Function<WaitersRuntime.Value,WaitersRuntime.Value> predicate)Filter this value: https://jmespath.org/specification.html#filter-expressionsWaitersRuntime.ValueWaitersRuntime.Value. filter(Function<WaitersRuntime.Value,WaitersRuntime.Value> predicate)Filter this value: https://jmespath.org/specification.html#filter-expressions
-