Uses of Class
software.amazon.awssdk.services.costexplorer.model.Dimension
-
Packages that use Dimension Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of Dimension in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return Dimension Modifier and Type Method Description DimensionGetDimensionValuesRequest. dimension()The name of the dimension.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 names of the metadata types that you can use to filter and group your results.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.costexplorer.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.costexplorer.model with parameters of type Dimension Modifier and Type Method Description GetDimensionValuesRequest.BuilderGetDimensionValuesRequest.Builder. dimension(Dimension dimension)The name of the dimension.DimensionValues.BuilderDimensionValues.Builder. key(Dimension key)The names of the metadata types that you can use to filter and group your results.
-