Uses of Class
software.amazon.awssdk.services.freetier.model.Dimension
-
Packages that use Dimension Package Description software.amazon.awssdk.services.freetier.model -
-
Uses of Dimension in software.amazon.awssdk.services.freetier.model
Methods in software.amazon.awssdk.services.freetier.model that return Dimension Modifier and Type Method Description static DimensionDimension. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DimensionDimensionValues. key()The name of the dimension that you want to filter on.static DimensionDimension. valueOf(String name)Returns the enum constant of this type with the specified name.static Dimension[]Dimension. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.freetier.model that return types with arguments of type Dimension Modifier and Type Method Description static Set<Dimension>Dimension. knownValues()Methods in software.amazon.awssdk.services.freetier.model with parameters of type Dimension Modifier and Type Method Description DimensionValues.BuilderDimensionValues.Builder. key(Dimension key)The name of the dimension that you want to filter on.
-