Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetAnomaliesRequest
-
Packages that use GetAnomaliesRequest 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 GetAnomaliesRequest in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer with parameters of type GetAnomaliesRequest Modifier and Type Method Description 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.default GetAnomaliesResponseCostExplorerClient. getAnomalies(GetAnomaliesRequest getAnomaliesRequest)Retrieves all of the cost anomalies detected on your account during the time period that's specified by theDateIntervalobject. -
Uses of GetAnomaliesRequest in software.amazon.awssdk.services.costexplorer.transform
Methods in software.amazon.awssdk.services.costexplorer.transform with parameters of type GetAnomaliesRequest Modifier and Type Method Description SdkHttpFullRequestGetAnomaliesRequestMarshaller. marshall(GetAnomaliesRequest getAnomaliesRequest)
-