Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetCostAndUsageRequest
-
Packages that use GetCostAndUsageRequest 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 GetCostAndUsageRequest in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer with parameters of type GetCostAndUsageRequest Modifier and Type Method Description default CompletableFuture<GetCostAndUsageResponse>CostExplorerAsyncClient. getCostAndUsage(GetCostAndUsageRequest getCostAndUsageRequest)Retrieves cost and usage metrics for your account.default GetCostAndUsageResponseCostExplorerClient. getCostAndUsage(GetCostAndUsageRequest getCostAndUsageRequest)Retrieves cost and usage metrics for your account. -
Uses of GetCostAndUsageRequest in software.amazon.awssdk.services.costexplorer.transform
Methods in software.amazon.awssdk.services.costexplorer.transform with parameters of type GetCostAndUsageRequest Modifier and Type Method Description SdkHttpFullRequestGetCostAndUsageRequestMarshaller. marshall(GetCostAndUsageRequest getCostAndUsageRequest)
-