Uses of Class
software.amazon.awssdk.services.costexplorer.model.Subscriber
-
Packages that use Subscriber Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of Subscriber in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type Subscriber Modifier and Type Method Description List<Subscriber>AnomalySubscription. subscribers()A list of subscribers to notify.List<Subscriber>UpdateAnomalySubscriptionRequest. subscribers()The update to the subscriber list.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type Subscriber Modifier and Type Method Description AnomalySubscription.BuilderAnomalySubscription.Builder. subscribers(Subscriber... subscribers)A list of subscribers to notify.UpdateAnomalySubscriptionRequest.BuilderUpdateAnomalySubscriptionRequest.Builder. subscribers(Subscriber... subscribers)The update to the subscriber list.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type Subscriber Modifier and Type Method Description AnomalySubscription.BuilderAnomalySubscription.Builder. subscribers(Collection<Subscriber> subscribers)A list of subscribers to notify.UpdateAnomalySubscriptionRequest.BuilderUpdateAnomalySubscriptionRequest.Builder. subscribers(Collection<Subscriber> subscribers)The update to the subscriber list.
-