Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetTagsResponse
-
Packages that use GetTagsResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of GetTagsResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return GetTagsResponse Modifier and Type Method Description default GetTagsResponseCostExplorerClient. getTags(Consumer<GetTagsRequest.Builder> getTagsRequest)Queries for available tag keys and tag values for a specified period.default GetTagsResponseCostExplorerClient. getTags(GetTagsRequest getTagsRequest)Queries for available tag keys and tag values for a specified period.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type GetTagsResponse Modifier and Type Method Description default CompletableFuture<GetTagsResponse>CostExplorerAsyncClient. getTags(Consumer<GetTagsRequest.Builder> getTagsRequest)Queries for available tag keys and tag values for a specified period.default CompletableFuture<GetTagsResponse>CostExplorerAsyncClient. getTags(GetTagsRequest getTagsRequest)Queries for available tag keys and tag values for a specified period.
-