Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetDimensionValuesRequest
-
Packages that use GetDimensionValuesRequest 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 GetDimensionValuesRequest in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer with parameters of type GetDimensionValuesRequest Modifier and Type Method Description default CompletableFuture<GetDimensionValuesResponse>CostExplorerAsyncClient. getDimensionValues(GetDimensionValuesRequest getDimensionValuesRequest)Retrieves all available filter values for a specified filter over a period of time.default GetDimensionValuesResponseCostExplorerClient. getDimensionValues(GetDimensionValuesRequest getDimensionValuesRequest)Retrieves all available filter values for a specified filter over a period of time. -
Uses of GetDimensionValuesRequest in software.amazon.awssdk.services.costexplorer.transform
Methods in software.amazon.awssdk.services.costexplorer.transform with parameters of type GetDimensionValuesRequest Modifier and Type Method Description SdkHttpFullRequestGetDimensionValuesRequestMarshaller. marshall(GetDimensionValuesRequest getDimensionValuesRequest)
-