Uses of Class
software.amazon.awssdk.services.costexplorer.model.AnomalySubscription
-
Packages that use AnomalySubscription Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of AnomalySubscription in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return AnomalySubscription Modifier and Type Method Description AnomalySubscriptionCreateAnomalySubscriptionRequest. anomalySubscription()The cost anomaly subscription object that you want to create.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type AnomalySubscription Modifier and Type Method Description List<AnomalySubscription>GetAnomalySubscriptionsResponse. anomalySubscriptions()A list of cost anomaly subscriptions that includes the detailed metadata for each one.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type AnomalySubscription Modifier and Type Method Description CreateAnomalySubscriptionRequest.BuilderCreateAnomalySubscriptionRequest.Builder. anomalySubscription(AnomalySubscription anomalySubscription)The cost anomaly subscription object that you want to create.GetAnomalySubscriptionsResponse.BuilderGetAnomalySubscriptionsResponse.Builder. anomalySubscriptions(AnomalySubscription... anomalySubscriptions)A list of cost anomaly subscriptions that includes the detailed metadata for each one.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type AnomalySubscription Modifier and Type Method Description GetAnomalySubscriptionsResponse.BuilderGetAnomalySubscriptionsResponse.Builder. anomalySubscriptions(Collection<AnomalySubscription> anomalySubscriptions)A list of cost anomaly subscriptions that includes the detailed metadata for each one.
-