| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static CostAllocationTagType |
CostAllocationTagType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CostAllocationTagType |
ListCostAllocationTagsRequest.type()
The type of
CostAllocationTag object that are returned for this request. |
CostAllocationTagType |
CostAllocationTag.type()
The type of cost allocation tag.
|
static CostAllocationTagType |
CostAllocationTagType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CostAllocationTagType[] |
CostAllocationTagType.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<CostAllocationTagType> |
CostAllocationTagType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListCostAllocationTagsRequest.Builder |
ListCostAllocationTagsRequest.Builder.type(CostAllocationTagType type)
The type of
CostAllocationTag object that are returned for this request. |
CostAllocationTag.Builder |
CostAllocationTag.Builder.type(CostAllocationTagType type)
The type of cost allocation tag.
|
Copyright © 2022. All rights reserved.