Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetCostAndUsageWithResourcesRequest
-
Packages that use GetCostAndUsageWithResourcesRequest 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.transform -
-
Uses of GetCostAndUsageWithResourcesRequest in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer with parameters of type GetCostAndUsageWithResourcesRequest Modifier and Type Method Description default CompletableFuture<GetCostAndUsageWithResourcesResponse>CostExplorerAsyncClient. getCostAndUsageWithResources(GetCostAndUsageWithResourcesRequest getCostAndUsageWithResourcesRequest)Retrieves cost and usage metrics with resources for your account.default GetCostAndUsageWithResourcesResponseCostExplorerClient. getCostAndUsageWithResources(GetCostAndUsageWithResourcesRequest getCostAndUsageWithResourcesRequest)Retrieves cost and usage metrics with resources for your account. -
Uses of GetCostAndUsageWithResourcesRequest in software.amazon.awssdk.services.costexplorer.transform
Methods in software.amazon.awssdk.services.costexplorer.transform with parameters of type GetCostAndUsageWithResourcesRequest Modifier and Type Method Description SdkHttpFullRequestGetCostAndUsageWithResourcesRequestMarshaller. marshall(GetCostAndUsageWithResourcesRequest getCostAndUsageWithResourcesRequest)
-