| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
AccountEntityAggregate |
AccountEntityAggregate.addStatusesEntry(String key,
Integer value)
Add a single Statuses entry
|
AccountEntityAggregate |
AccountEntityAggregate.clearStatusesEntries()
Removes all the entries added into Statuses.
|
AccountEntityAggregate |
AccountEntityAggregate.clone() |
AccountEntityAggregate |
AccountEntityAggregate.withAccountId(String accountId)
The 12-digit Amazon Web Services account numbers that contains the affected entities.
|
AccountEntityAggregate |
AccountEntityAggregate.withCount(Integer count)
The number of entities that match the filter criteria for the specified events.
|
AccountEntityAggregate |
AccountEntityAggregate.withStatuses(Map<String,Integer> statuses)
The number of affected entities aggregated by the entity status codes.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountEntityAggregate> |
OrganizationEntityAggregate.getAccounts()
A list of entity aggregates for each of the specified accounts in your organization that are affected by a
specific event.
|
| Modifier and Type | Method and Description |
|---|---|
OrganizationEntityAggregate |
OrganizationEntityAggregate.withAccounts(AccountEntityAggregate... accounts)
A list of entity aggregates for each of the specified accounts in your organization that are affected by a
specific event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrganizationEntityAggregate.setAccounts(Collection<AccountEntityAggregate> accounts)
A list of entity aggregates for each of the specified accounts in your organization that are affected by a
specific event.
|
OrganizationEntityAggregate |
OrganizationEntityAggregate.withAccounts(Collection<AccountEntityAggregate> accounts)
A list of entity aggregates for each of the specified accounts in your organization that are affected by a
specific event.
|
Copyright © 2024. All rights reserved.