Uses of Class
software.amazon.awssdk.services.freetier.model.Expression
-
Packages that use Expression Package Description software.amazon.awssdk.services.freetier.model -
-
Uses of Expression in software.amazon.awssdk.services.freetier.model
Methods in software.amazon.awssdk.services.freetier.model that return Expression Modifier and Type Method Description ExpressionGetFreeTierUsageRequest. filter()An expression that specifies the conditions that you want eachFreeTierUsageobject to meet.ExpressionExpression. not()Return results that don’t match theExpressionthat you specified.Methods in software.amazon.awssdk.services.freetier.model that return types with arguments of type Expression Modifier and Type Method Description List<Expression>Expression. and()Return results that match allExpressionsthat you specified in the array.List<Expression>Expression. or()Return results that match any of theExpressionsthat you specified.Methods in software.amazon.awssdk.services.freetier.model with parameters of type Expression Modifier and Type Method Description Expression.BuilderExpression.Builder. and(Expression... and)Return results that match allExpressionsthat you specified in the array.GetFreeTierUsageRequest.BuilderGetFreeTierUsageRequest.Builder. filter(Expression filter)An expression that specifies the conditions that you want eachFreeTierUsageobject to meet.Expression.BuilderExpression.Builder. not(Expression not)Return results that don’t match theExpressionthat you specified.Expression.BuilderExpression.Builder. or(Expression... or)Return results that match any of theExpressionsthat you specified.Method parameters in software.amazon.awssdk.services.freetier.model with type arguments of type Expression Modifier and Type Method Description Expression.BuilderExpression.Builder. and(Collection<Expression> and)Return results that match allExpressionsthat you specified in the array.Expression.BuilderExpression.Builder. or(Collection<Expression> or)Return results that match any of theExpressionsthat you specified.
-