Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetAnomalySubscriptionsResponse
-
Packages that use GetAnomalySubscriptionsResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of GetAnomalySubscriptionsResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return GetAnomalySubscriptionsResponse Modifier and Type Method Description default GetAnomalySubscriptionsResponseCostExplorerClient. getAnomalySubscriptions(Consumer<GetAnomalySubscriptionsRequest.Builder> getAnomalySubscriptionsRequest)Retrieves the cost anomaly subscription objects for your account.default GetAnomalySubscriptionsResponseCostExplorerClient. getAnomalySubscriptions(GetAnomalySubscriptionsRequest getAnomalySubscriptionsRequest)Retrieves the cost anomaly subscription objects for your account.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type GetAnomalySubscriptionsResponse Modifier and Type Method Description default CompletableFuture<GetAnomalySubscriptionsResponse>CostExplorerAsyncClient. getAnomalySubscriptions(Consumer<GetAnomalySubscriptionsRequest.Builder> getAnomalySubscriptionsRequest)Retrieves the cost anomaly subscription objects for your account.default CompletableFuture<GetAnomalySubscriptionsResponse>CostExplorerAsyncClient. getAnomalySubscriptions(GetAnomalySubscriptionsRequest getAnomalySubscriptionsRequest)Retrieves the cost anomaly subscription objects for your account.
-