Uses of Class
software.amazon.awssdk.services.costexplorer.model.CreateAnomalySubscriptionRequest
-
Packages that use CreateAnomalySubscriptionRequest 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 CreateAnomalySubscriptionRequest in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer with parameters of type CreateAnomalySubscriptionRequest Modifier and Type Method Description default CompletableFuture<CreateAnomalySubscriptionResponse>CostExplorerAsyncClient. createAnomalySubscription(CreateAnomalySubscriptionRequest createAnomalySubscriptionRequest)Adds an alert subscription to a cost anomaly detection monitor.default CreateAnomalySubscriptionResponseCostExplorerClient. createAnomalySubscription(CreateAnomalySubscriptionRequest createAnomalySubscriptionRequest)Adds an alert subscription to a cost anomaly detection monitor. -
Uses of CreateAnomalySubscriptionRequest in software.amazon.awssdk.services.costexplorer.transform
Methods in software.amazon.awssdk.services.costexplorer.transform with parameters of type CreateAnomalySubscriptionRequest Modifier and Type Method Description SdkHttpFullRequestCreateAnomalySubscriptionRequestMarshaller. marshall(CreateAnomalySubscriptionRequest createAnomalySubscriptionRequest)
-