| Package | Description |
|---|---|
| com.amazonaws.services.freetier.model |
| Modifier and Type | Method and Description |
|---|---|
DimensionValues |
DimensionValues.clone() |
DimensionValues |
Expression.getDimensions()
The specific dimension, values, and match type to filter objects with.
|
DimensionValues |
DimensionValues.withKey(Dimension key)
The name of the dimension that you want to filter on.
|
DimensionValues |
DimensionValues.withKey(String key)
The name of the dimension that you want to filter on.
|
DimensionValues |
DimensionValues.withMatchOptions(Collection<String> matchOptions)
The match options that you can use to filter your results.
|
DimensionValues |
DimensionValues.withMatchOptions(MatchOption... matchOptions)
The match options that you can use to filter your results.
|
DimensionValues |
DimensionValues.withMatchOptions(String... matchOptions)
The match options that you can use to filter your results.
|
DimensionValues |
DimensionValues.withValues(Collection<String> values)
The metadata values you can specify to filter upon, so that the results all match at least one of the specified
values.
|
DimensionValues |
DimensionValues.withValues(String... values)
The metadata values you can specify to filter upon, so that the results all match at least one of the specified
values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Expression.setDimensions(DimensionValues dimensions)
The specific dimension, values, and match type to filter objects with.
|
Expression |
Expression.withDimensions(DimensionValues dimensions)
The specific dimension, values, and match type to filter objects with.
|
Copyright © 2025. All rights reserved.