Uses of Class
software.amazon.awssdk.services.costexplorer.model.UpdateAnomalySubscriptionRequest
-
Packages that use UpdateAnomalySubscriptionRequest 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 UpdateAnomalySubscriptionRequest in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer with parameters of type UpdateAnomalySubscriptionRequest Modifier and Type Method Description default CompletableFuture<UpdateAnomalySubscriptionResponse>CostExplorerAsyncClient. updateAnomalySubscription(UpdateAnomalySubscriptionRequest updateAnomalySubscriptionRequest)Updates an existing cost anomaly subscription.default UpdateAnomalySubscriptionResponseCostExplorerClient. updateAnomalySubscription(UpdateAnomalySubscriptionRequest updateAnomalySubscriptionRequest)Updates an existing cost anomaly subscription. -
Uses of UpdateAnomalySubscriptionRequest in software.amazon.awssdk.services.costexplorer.transform
Methods in software.amazon.awssdk.services.costexplorer.transform with parameters of type UpdateAnomalySubscriptionRequest Modifier and Type Method Description SdkHttpFullRequestUpdateAnomalySubscriptionRequestMarshaller. marshall(UpdateAnomalySubscriptionRequest updateAnomalySubscriptionRequest)
-