Uses of Class
software.amazon.awssdk.services.costexplorer.model.Context
-
Packages that use Context Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of Context in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return Context Modifier and Type Method Description ContextGetDimensionValuesRequest. context()The context for the call toGetDimensionValues.static ContextContext. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContextContext. valueOf(String name)Returns the enum constant of this type with the specified name.static Context[]Context. 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 Context Modifier and Type Method Description static Set<Context>Context. knownValues()Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type Context Modifier and Type Method Description GetDimensionValuesRequest.BuilderGetDimensionValuesRequest.Builder. context(Context context)The context for the call toGetDimensionValues.
-