| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
Context |
GetDimensionValuesRequest.context()
The context for the call to
GetDimensionValues. |
static Context |
Context.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Context |
Context.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Context> |
Context.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetDimensionValuesRequest.Builder |
GetDimensionValuesRequest.Builder.context(Context context)
The context for the call to
GetDimensionValues. |
Copyright © 2021. All rights reserved.