| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer |
You can use the Cost Explorer API to programmatically query your cost and usage data.
|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListCostAllocationTagsResult> |
AWSCostExplorerAsyncClient.listCostAllocationTagsAsync(ListCostAllocationTagsRequest request,
AsyncHandler<ListCostAllocationTagsRequest,ListCostAllocationTagsResult> asyncHandler) |
Future<ListCostAllocationTagsResult> |
AWSCostExplorerAsync.listCostAllocationTagsAsync(ListCostAllocationTagsRequest listCostAllocationTagsRequest,
AsyncHandler<ListCostAllocationTagsRequest,ListCostAllocationTagsResult> asyncHandler)
Get a list of cost allocation tags.
|
Future<ListCostAllocationTagsResult> |
AbstractAWSCostExplorerAsync.listCostAllocationTagsAsync(ListCostAllocationTagsRequest request,
AsyncHandler<ListCostAllocationTagsRequest,ListCostAllocationTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCostAllocationTagsRequest |
ListCostAllocationTagsRequest.clone() |
ListCostAllocationTagsRequest |
ListCostAllocationTagsRequest.withMaxResults(Integer maxResults)
The maximum number of objects that are returned for this request.
|
ListCostAllocationTagsRequest |
ListCostAllocationTagsRequest.withNextToken(String nextToken)
The token to retrieve the next set of results.
|
ListCostAllocationTagsRequest |
ListCostAllocationTagsRequest.withStatus(CostAllocationTagStatus status)
The status of cost allocation tag keys that are returned for this request.
|
ListCostAllocationTagsRequest |
ListCostAllocationTagsRequest.withStatus(String status)
The status of cost allocation tag keys that are returned for this request.
|
ListCostAllocationTagsRequest |
ListCostAllocationTagsRequest.withTagKeys(Collection<String> tagKeys)
The list of cost allocation tag keys that are returned for this request.
|
ListCostAllocationTagsRequest |
ListCostAllocationTagsRequest.withTagKeys(String... tagKeys)
The list of cost allocation tag keys that are returned for this request.
|
ListCostAllocationTagsRequest |
ListCostAllocationTagsRequest.withType(CostAllocationTagType type)
The type of
CostAllocationTag object that are returned for this request. |
ListCostAllocationTagsRequest |
ListCostAllocationTagsRequest.withType(String type)
The type of
CostAllocationTag object that are returned for this request. |
Copyright © 2023. All rights reserved.