| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListCostAllocationTagsResponse |
CostExplorerClient.listCostAllocationTags(Consumer<ListCostAllocationTagsRequest.Builder> listCostAllocationTagsRequest)
Get a list of cost allocation tags.
|
default ListCostAllocationTagsResponse |
CostExplorerClient.listCostAllocationTags(ListCostAllocationTagsRequest listCostAllocationTagsRequest)
Get a list of cost allocation tags.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCostAllocationTagsResponse> |
CostExplorerAsyncClient.listCostAllocationTags(Consumer<ListCostAllocationTagsRequest.Builder> listCostAllocationTagsRequest)
Get a list of cost allocation tags.
|
default CompletableFuture<ListCostAllocationTagsResponse> |
CostExplorerAsyncClient.listCostAllocationTags(ListCostAllocationTagsRequest listCostAllocationTagsRequest)
Get a list of cost allocation tags.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCostAllocationTagsResponse> |
ListCostAllocationTagsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCostAllocationTagsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCostAllocationTagsResponse> subscriber) |
Copyright © 2023. All rights reserved.