| 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.paginators | |
| software.amazon.awssdk.services.costexplorer.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCostAllocationTagsResponse> |
CostExplorerAsyncClient.listCostAllocationTags(ListCostAllocationTagsRequest listCostAllocationTagsRequest)
Get a list of cost allocation tags.
|
default ListCostAllocationTagsResponse |
CostExplorerClient.listCostAllocationTags(ListCostAllocationTagsRequest listCostAllocationTagsRequest)
Get a list of cost allocation tags.
|
default ListCostAllocationTagsPublisher |
CostExplorerAsyncClient.listCostAllocationTagsPaginator(ListCostAllocationTagsRequest listCostAllocationTagsRequest)
Get a list of cost allocation tags.
|
default ListCostAllocationTagsIterable |
CostExplorerClient.listCostAllocationTagsPaginator(ListCostAllocationTagsRequest listCostAllocationTagsRequest)
Get a list of cost allocation tags.
|
| Constructor and Description |
|---|
ListCostAllocationTagsIterable(CostExplorerClient client,
ListCostAllocationTagsRequest firstRequest) |
ListCostAllocationTagsPublisher(CostExplorerAsyncClient client,
ListCostAllocationTagsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListCostAllocationTagsRequestMarshaller.marshall(ListCostAllocationTagsRequest listCostAllocationTagsRequest) |
Copyright © 2023. All rights reserved.