Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetAnomaliesResponse
-
Packages that use GetAnomaliesResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of GetAnomaliesResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return GetAnomaliesResponse Modifier and Type Method Description default GetAnomaliesResponseCostExplorerClient. getAnomalies(Consumer<GetAnomaliesRequest.Builder> getAnomaliesRequest)Retrieves all of the cost anomalies detected on your account during the time period that's specified by theDateIntervalobject.default GetAnomaliesResponseCostExplorerClient. getAnomalies(GetAnomaliesRequest getAnomaliesRequest)Retrieves all of the cost anomalies detected on your account during the time period that's specified by theDateIntervalobject.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type GetAnomaliesResponse Modifier and Type Method Description default CompletableFuture<GetAnomaliesResponse>CostExplorerAsyncClient. getAnomalies(Consumer<GetAnomaliesRequest.Builder> getAnomaliesRequest)Retrieves all of the cost anomalies detected on your account during the time period that's specified by theDateIntervalobject.default CompletableFuture<GetAnomaliesResponse>CostExplorerAsyncClient. getAnomalies(GetAnomaliesRequest getAnomaliesRequest)Retrieves all of the cost anomalies detected on your account during the time period that's specified by theDateIntervalobject.
-