| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
List<Subscriber> |
AnomalySubscription.subscribers()
A list of subscribers to notify.
|
List<Subscriber> |
UpdateAnomalySubscriptionRequest.subscribers()
The update to the subscriber list.
|
| Modifier and Type | Method and Description |
|---|---|
AnomalySubscription.Builder |
AnomalySubscription.Builder.subscribers(Subscriber... subscribers)
A list of subscribers to notify.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.subscribers(Subscriber... subscribers)
The update to the subscriber list.
|
| Modifier and Type | Method and Description |
|---|---|
AnomalySubscription.Builder |
AnomalySubscription.Builder.subscribers(Collection<Subscriber> subscribers)
A list of subscribers to notify.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.subscribers(Collection<Subscriber> subscribers)
The update to the subscriber list.
|
Copyright © 2021. All rights reserved.