| 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 |
|---|---|
GetTagsResult |
AWSCostExplorerClient.getTags(GetTagsRequest request)
Queries for available tag keys and tag values for a specified period.
|
GetTagsResult |
AbstractAWSCostExplorer.getTags(GetTagsRequest request) |
GetTagsResult |
AWSCostExplorer.getTags(GetTagsRequest getTagsRequest)
Queries for available tag keys and tag values for a specified period.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetTagsResult> |
AWSCostExplorerAsyncClient.getTagsAsync(GetTagsRequest request) |
Future<GetTagsResult> |
AWSCostExplorerAsync.getTagsAsync(GetTagsRequest getTagsRequest)
Queries for available tag keys and tag values for a specified period.
|
Future<GetTagsResult> |
AbstractAWSCostExplorerAsync.getTagsAsync(GetTagsRequest request) |
Future<GetTagsResult> |
AWSCostExplorerAsyncClient.getTagsAsync(GetTagsRequest request,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler) |
Future<GetTagsResult> |
AWSCostExplorerAsync.getTagsAsync(GetTagsRequest getTagsRequest,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler)
Queries for available tag keys and tag values for a specified period.
|
Future<GetTagsResult> |
AbstractAWSCostExplorerAsync.getTagsAsync(GetTagsRequest request,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetTagsResult> |
AWSCostExplorerAsyncClient.getTagsAsync(GetTagsRequest request,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler) |
Future<GetTagsResult> |
AWSCostExplorerAsync.getTagsAsync(GetTagsRequest getTagsRequest,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler)
Queries for available tag keys and tag values for a specified period.
|
Future<GetTagsResult> |
AbstractAWSCostExplorerAsync.getTagsAsync(GetTagsRequest request,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetTagsResult |
GetTagsResult.clone() |
GetTagsResult |
GetTagsResult.withNextPageToken(String nextPageToken)
The token for the next set of retrievable results.
|
GetTagsResult |
GetTagsResult.withReturnSize(Integer returnSize)
The number of query results that Amazon Web Services returns at a time.
|
GetTagsResult |
GetTagsResult.withTags(Collection<String> tags)
The tags that match your request.
|
GetTagsResult |
GetTagsResult.withTags(String... tags)
The tags that match your request.
|
GetTagsResult |
GetTagsResult.withTotalSize(Integer totalSize)
The total number of query results.
|
Copyright © 2023. All rights reserved.