| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
RootCause |
RootCause.clone() |
RootCause |
RootCause.withLinkedAccount(String linkedAccount)
The member account value that's associated with the cost anomaly.
|
RootCause |
RootCause.withLinkedAccountName(String linkedAccountName)
The member account name value that's associated with the cost anomaly.
|
RootCause |
RootCause.withRegion(String region)
The Amazon Web Services Region that's associated with the cost anomaly.
|
RootCause |
RootCause.withService(String service)
The Amazon Web Service name that's associated with the cost anomaly.
|
RootCause |
RootCause.withUsageType(String usageType)
The
UsageType value that's associated with the cost anomaly. |
| Modifier and Type | Method and Description |
|---|---|
List<RootCause> |
Anomaly.getRootCauses()
The list of identified root causes for the anomaly.
|
| Modifier and Type | Method and Description |
|---|---|
Anomaly |
Anomaly.withRootCauses(RootCause... rootCauses)
The list of identified root causes for the anomaly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Anomaly.setRootCauses(Collection<RootCause> rootCauses)
The list of identified root causes for the anomaly.
|
Anomaly |
Anomaly.withRootCauses(Collection<RootCause> rootCauses)
The list of identified root causes for the anomaly.
|
Copyright © 2025. All rights reserved.