| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static GroupDefinitionType |
GroupDefinitionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
GroupDefinitionType |
GroupDefinition.type()
The string that represents the type of group.
|
static GroupDefinitionType |
GroupDefinitionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupDefinitionType[] |
GroupDefinitionType.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<GroupDefinitionType> |
GroupDefinitionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GroupDefinition.Builder |
GroupDefinition.Builder.type(GroupDefinitionType type)
The string that represents the type of group.
|
Copyright © 2021. All rights reserved.