| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
OrganizationEntityAggregate |
OrganizationEntityAggregate.addStatusesEntry(String key,
Integer value)
Add a single Statuses entry
|
OrganizationEntityAggregate |
OrganizationEntityAggregate.clearStatusesEntries()
Removes all the entries added into Statuses.
|
OrganizationEntityAggregate |
OrganizationEntityAggregate.clone() |
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.
|
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.
|
OrganizationEntityAggregate |
OrganizationEntityAggregate.withCount(Integer count)
The number of entities for the organization that match the filter criteria for the specified events.
|
OrganizationEntityAggregate |
OrganizationEntityAggregate.withEventArn(String eventArn)
A list of event ARNs (unique identifiers).
|
OrganizationEntityAggregate |
OrganizationEntityAggregate.withStatuses(Map<String,Integer> statuses)
The number of affected entities aggregated by the entitiy status codes.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationEntityAggregate> |
DescribeEntityAggregatesForOrganizationResult.getOrganizationEntityAggregates()
The list of entity aggregates for each of the specified accounts that are affected by each of the specified
events.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEntityAggregatesForOrganizationResult |
DescribeEntityAggregatesForOrganizationResult.withOrganizationEntityAggregates(OrganizationEntityAggregate... organizationEntityAggregates)
The list of entity aggregates for each of the specified accounts that are affected by each of the specified
events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEntityAggregatesForOrganizationResult.setOrganizationEntityAggregates(Collection<OrganizationEntityAggregate> organizationEntityAggregates)
The list of entity aggregates for each of the specified accounts that are affected by each of the specified
events.
|
DescribeEntityAggregatesForOrganizationResult |
DescribeEntityAggregatesForOrganizationResult.withOrganizationEntityAggregates(Collection<OrganizationEntityAggregate> organizationEntityAggregates)
The list of entity aggregates for each of the specified accounts that are affected by each of the specified
events.
|
Copyright © 2023. All rights reserved.