Package | Description |
---|---|
software.amazon.awssdk.services.s3.waiters.internal |
Modifier and Type | Method and Description |
---|---|
WaitersRuntime.Value |
WaitersRuntime.Value.and(WaitersRuntime.Value rhs)
Perform an AND comparison between this value and another one:
https://jmespath.org/specification.html#or-expressions
|
WaitersRuntime.Value |
WaitersRuntime.Value.compare(String comparison,
WaitersRuntime.Value rhs)
Compare this value to another value, using the specified comparison operator:
https://jmespath.org/specification.html#comparison-operators
|
WaitersRuntime.Value |
WaitersRuntime.Value.constant(Object constant)
Convert this value to a new constant value, discarding the current value.
|
WaitersRuntime.Value |
WaitersRuntime.Value.constant(WaitersRuntime.Value value)
Convert this value to a new constant value, discarding the current value.
|
WaitersRuntime.Value |
WaitersRuntime.Value.contains(WaitersRuntime.Value rhs)
Execute the contains function, with this value as the first parameter:
https://jmespath.org/specification.html#contains
|
WaitersRuntime.Value |
WaitersRuntime.Value.field(String fieldName)
Retrieve an identifier from this value: https://jmespath.org/specification.html#identifiers
|
WaitersRuntime.Value |
WaitersRuntime.Value.filter(Function<WaitersRuntime.Value,WaitersRuntime.Value> predicate)
Filter this value: https://jmespath.org/specification.html#filter-expressions
|
WaitersRuntime.Value |
WaitersRuntime.Value.flatten()
Execute a flattening expression on this value: https://jmespath.org/specification.html#flatten-operator
|
WaitersRuntime.Value |
WaitersRuntime.Value.length()
Execute the length function, with this value as the first parameter:
https://jmespath.org/specification.html#length
|
WaitersRuntime.Value |
WaitersRuntime.Value.multiSelectList(Function<WaitersRuntime.Value,WaitersRuntime.Value>... functions)
Perform a multi-select list expression on this value:
https://jmespath.org/specification.html#multiselect-list
|
WaitersRuntime.Value |
WaitersRuntime.Value.not()
Perform a NOT conversion on this value: https://jmespath.org/specification.html#not-expressions
|
WaitersRuntime.Value |
WaitersRuntime.Value.or(WaitersRuntime.Value rhs)
Perform an OR comparison between this value and another one:
https://jmespath.org/specification.html#or-expressions
|
WaitersRuntime.Value |
WaitersRuntime.Value.wildcard()
Execute a wildcard expression on this value: https://jmespath.org/specification.html#wildcard-expressions
|
Modifier and Type | Method and Description |
---|---|
WaitersRuntime.Value |
WaitersRuntime.Value.and(WaitersRuntime.Value rhs)
Perform an AND comparison between this value and another one:
https://jmespath.org/specification.html#or-expressions
|
WaitersRuntime.Value |
WaitersRuntime.Value.compare(String comparison,
WaitersRuntime.Value rhs)
Compare this value to another value, using the specified comparison operator:
https://jmespath.org/specification.html#comparison-operators
|
WaitersRuntime.Value |
WaitersRuntime.Value.constant(WaitersRuntime.Value value)
Convert this value to a new constant value, discarding the current value.
|
WaitersRuntime.Value |
WaitersRuntime.Value.contains(WaitersRuntime.Value rhs)
Execute the contains function, with this value as the first parameter:
https://jmespath.org/specification.html#contains
|
WaitersRuntime.Value |
WaitersRuntime.Value.or(WaitersRuntime.Value rhs)
Perform an OR comparison between this value and another one:
https://jmespath.org/specification.html#or-expressions
|
Modifier and Type | Method and Description |
---|---|
WaitersRuntime.Value |
WaitersRuntime.Value.filter(Function<WaitersRuntime.Value,WaitersRuntime.Value> predicate)
Filter this value: https://jmespath.org/specification.html#filter-expressions
|
WaitersRuntime.Value |
WaitersRuntime.Value.filter(Function<WaitersRuntime.Value,WaitersRuntime.Value> predicate)
Filter this value: https://jmespath.org/specification.html#filter-expressions
|
Copyright © 2021. All rights reserved.