Class SubExpression
java.lang.Object
software.amazon.awssdk.codegen.jmespath.component.SubExpression
A subexpression is a combination of two expressions separated by the ‘.’ char. A subexpression is evaluated as follows:
 
- Evaluate the expression on the left with the original JSON document.
 - Evaluate the expression on the right with the result of the left expression evaluation.
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription 
- 
Constructor Details
- 
SubExpression
 
 - 
 - 
Method Details
- 
leftExpression
 - 
rightSubExpression
 
 -