| Package | Description |
|---|---|
| com.amazonaws.services.freetier.model |
| Modifier and Type | Method and Description |
|---|---|
Expression |
Expression.clone() |
Expression |
GetFreeTierUsageRequest.getFilter()
An expression that specifies the conditions that you want each
FreeTierUsage object to meet. |
Expression |
Expression.getNot()
Return results that don’t match the
Expression that you specified. |
Expression |
Expression.withAnd(Collection<Expression> and)
Return results that match all
Expressions that you specified in the array. |
Expression |
Expression.withAnd(Expression... and)
Return results that match all
Expressions that you specified in the array. |
Expression |
Expression.withDimensions(DimensionValues dimensions)
The specific dimension, values, and match type to filter objects with.
|
Expression |
Expression.withNot(Expression not)
Return results that don’t match the
Expression that you specified. |
Expression |
Expression.withOr(Collection<Expression> or)
Return results that match any of the
Expressions that you specified. |
Expression |
Expression.withOr(Expression... or)
Return results that match any of the
Expressions that you specified. |
| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
Expression.getAnd()
Return results that match all
Expressions that you specified in the array. |
List<Expression> |
Expression.getOr()
Return results that match any of the
Expressions that you specified. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetFreeTierUsageRequest.setFilter(Expression filter)
An expression that specifies the conditions that you want each
FreeTierUsage object to meet. |
void |
Expression.setNot(Expression not)
Return results that don’t match the
Expression that you specified. |
Expression |
Expression.withAnd(Expression... and)
Return results that match all
Expressions that you specified in the array. |
GetFreeTierUsageRequest |
GetFreeTierUsageRequest.withFilter(Expression filter)
An expression that specifies the conditions that you want each
FreeTierUsage object to meet. |
Expression |
Expression.withNot(Expression not)
Return results that don’t match the
Expression that you specified. |
Expression |
Expression.withOr(Expression... or)
Return results that match any of the
Expressions that you specified. |
| Modifier and Type | Method and Description |
|---|---|
void |
Expression.setAnd(Collection<Expression> and)
Return results that match all
Expressions that you specified in the array. |
void |
Expression.setOr(Collection<Expression> or)
Return results that match any of the
Expressions that you specified. |
Expression |
Expression.withAnd(Collection<Expression> and)
Return results that match all
Expressions that you specified in the array. |
Expression |
Expression.withOr(Collection<Expression> or)
Return results that match any of the
Expressions that you specified. |
Copyright © 2023. All rights reserved.