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