Class IndexExpression
java.lang.Object
software.amazon.awssdk.codegen.jmespath.component.IndexExpression
An index expression is used to access elements in a list. Indexing is 0 based, the index of 0 refers to the first element
 of the list. A negative number is a valid index. A negative number indicates that indexing is relative to the end of the
 list.
 https://jmespath.org/specification.html#index-expressions
- 
Method Summary
Modifier and TypeMethodDescriptionstatic IndexExpressionindexExpression(Expression expression, BracketSpecifier bracketSpecifier)  
- 
Method Details
- 
indexExpression
public static IndexExpression indexExpression(Expression expression, BracketSpecifier bracketSpecifier)  - 
expression
 - 
bracketSpecifier
 
 -