| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer |
You can use the Cost Explorer API to programmatically query your cost and usage data.
|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static ListCostAllocationTagsRequest.Builder |
ListCostAllocationTagsRequest.builder() |
ListCostAllocationTagsRequest.Builder |
ListCostAllocationTagsRequest.Builder.maxResults(Integer maxResults)
The maximum number of objects that are returned for this request.
|
ListCostAllocationTagsRequest.Builder |
ListCostAllocationTagsRequest.Builder.nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListCostAllocationTagsRequest.Builder |
ListCostAllocationTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCostAllocationTagsRequest.Builder |
ListCostAllocationTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCostAllocationTagsRequest.Builder |
ListCostAllocationTagsRequest.Builder.status(CostAllocationTagStatus status)
The status of cost allocation tag keys that are returned for this request.
|
ListCostAllocationTagsRequest.Builder |
ListCostAllocationTagsRequest.Builder.status(String status)
The status of cost allocation tag keys that are returned for this request.
|
ListCostAllocationTagsRequest.Builder |
ListCostAllocationTagsRequest.Builder.tagKeys(Collection<String> tagKeys)
The list of cost allocation tag keys that are returned for this request.
|
ListCostAllocationTagsRequest.Builder |
ListCostAllocationTagsRequest.Builder.tagKeys(String... tagKeys)
The list of cost allocation tag keys that are returned for this request.
|
ListCostAllocationTagsRequest.Builder |
ListCostAllocationTagsRequest.toBuilder() |
ListCostAllocationTagsRequest.Builder |
ListCostAllocationTagsRequest.Builder.type(CostAllocationTagType type)
The type of
CostAllocationTag object that are returned for this request. |
ListCostAllocationTagsRequest.Builder |
ListCostAllocationTagsRequest.Builder.type(String type)
The type of
CostAllocationTag object that are returned for this request. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCostAllocationTagsRequest.Builder> |
ListCostAllocationTagsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.