Uses of Class
software.amazon.awssdk.services.lambda.endpoints.internal.Expr
-
Packages that use Expr Package Description software.amazon.awssdk.services.lambda.endpoints.internal -
-
Uses of Expr in software.amazon.awssdk.services.lambda.endpoints.internal
Subclasses of Expr in software.amazon.awssdk.services.lambda.endpoints.internal Modifier and Type Class Description classBooleanEqualsFnclassFnclassGetAttrclassIsSetclassIsValidHostLabelclassIsVirtualHostableS3BucketclassLiteralclassNotclassParseArnclassParseUrlFunction to parse a URI from a string.classPartitionFnclassRefA reference to a field.classSingleArgFnclassStringEqualsFnclassSubstringclassUriEncodeFnMethods in software.amazon.awssdk.services.lambda.endpoints.internal that return Expr Modifier and Type Method Description ExprIsValidHostLabel. allowDots()ExprIsVirtualHostableS3Bucket. allowDots()protected ExprFn. expectOneArg()ExprCondition. expr()ExprParameter. expr()static ExprExpr. fromNode(JsonNode node)ExprTemplate.Dynamic. getExpr()ExprCondition. getFn()ExprBooleanEqualsFn. getLeft()ExprStringEqualsFn. getLeft()ExprBooleanEqualsFn. getRight()ExprStringEqualsFn. getRight()ExprEndpointResult. getUrl()ExprIsValidHostLabel. hostLabel()ExprIsVirtualHostableS3Bucket. hostLabel()static ExprExpr. of(boolean value)static ExprExpr. of(int value)static ExprExpr. of(String value)static ExprExpr. parseShortform(String shortForm)Parse a value from a "short form" used within a templateExprSubstring. reverse()ExprSubstring. startIndex()ExprSubstring. stopIndex()ExprSubstring. stringToParse()ExprGetAttr. target()ExprNot. target()ExprSingleArgFn. target()Methods in software.amazon.awssdk.services.lambda.endpoints.internal that return types with arguments of type Expr Modifier and Type Method Description protected Pair<Expr,Expr>Fn. expectTwoArgs()protected Pair<Expr,Expr>Fn. expectTwoArgs()protected List<Expr>Fn. expectVariableArgs(int expectedNumberArgs)HashMap<Expr,T>FatScope. facts()List<Expr>Fn. getArgv()List<Expr>FnNode. getArgv()Map<String,List<Expr>>EndpointResult. getHeaders()Map<Identifier,Expr>EndpointResult. getProperties()Methods in software.amazon.awssdk.services.lambda.endpoints.internal with parameters of type Expr Modifier and Type Method Description EndpointResult.BuilderEndpointResult.Builder. addHeaderValue(String name, Expr value)EndpointResult.BuilderEndpointResult.Builder. addProperty(Identifier name, Expr value)BooleanEqualsFnParameter. eq(Expr e)Optional<T>Scope. eval(Expr expr)Search the fact stack for an explicitly calculated value for [expr]static BooleanEqualsFnBooleanEqualsFn. fromParam(Parameter param, Expr value)voidScope. insertFact(Expr name, T value)static IsSetIsSet. ofExpr(Expr expr)static NotNot. ofExpr(Expr expr)static BooleanEqualsFnBooleanEqualsFn. ofExprs(Expr left, Expr right)static FnNodeFnNode. ofExprs(String fn, Expr... expr)static IsValidHostLabelIsValidHostLabel. ofExprs(Expr expr, boolean allowDots)static IsVirtualHostableS3BucketIsVirtualHostableS3Bucket. ofExprs(Expr expr, boolean allowDots)static NotNot. ofExprs(Expr expr)static ParseArnParseArn. ofExprs(Expr expr)static ParseUrlParseUrl. ofExprs(Expr expr)static PartitionFnPartitionFn. ofExprs(Expr expr)static StringEqualsFnStringEqualsFn. ofExprs(Expr expr, Expr of)static SubstringSubstring. ofExprs(Expr expr, int startIndex, int stopIndex, Boolean reverse)GetAttr.BuilderGetAttr.Builder. target(Expr target)EndpointResult.BuilderEndpointResult.Builder. url(Expr url)TTemplateVisitor. visitDynamicElement(Expr value)Visit a dynamic element within a multipart template.RRuleValueVisitor. visitErrorRule(Expr error)TTemplateVisitor. visitSingleDynamicTemplate(Expr value)The template contains a single dynamic element, eg.Method parameters in software.amazon.awssdk.services.lambda.endpoints.internal with type arguments of type Expr Modifier and Type Method Description EndpointResult.BuilderEndpointResult.Builder. addHeader(String name, List<Expr> value)FnNode.BuilderFnNode.Builder. argv(List<Expr> argv)Constructors in software.amazon.awssdk.services.lambda.endpoints.internal with parameters of type Expr Constructor Description ErrorRule(Rule.Builder builder, Expr error)
-