| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
EntityAggregate |
EntityAggregate.addStatusesEntry(String key,
Integer value)
Add a single Statuses entry
|
EntityAggregate |
EntityAggregate.clearStatusesEntries()
Removes all the entries added into Statuses.
|
EntityAggregate |
EntityAggregate.clone() |
EntityAggregate |
EntityAggregate.withCount(Integer count)
The number of entities that match the criteria for the specified events.
|
EntityAggregate |
EntityAggregate.withEventArn(String eventArn)
The unique identifier for the event.
|
EntityAggregate |
EntityAggregate.withStatuses(Map<String,Integer> statuses)
The number of affected entities aggregated by the entity status codes.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityAggregate> |
DescribeEntityAggregatesResult.getEntityAggregates()
The number of entities that are affected by each of the specified events.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEntityAggregatesResult |
DescribeEntityAggregatesResult.withEntityAggregates(EntityAggregate... entityAggregates)
The number of entities that are affected by each of the specified events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEntityAggregatesResult.setEntityAggregates(Collection<EntityAggregate> entityAggregates)
The number of entities that are affected by each of the specified events.
|
DescribeEntityAggregatesResult |
DescribeEntityAggregatesResult.withEntityAggregates(Collection<EntityAggregate> entityAggregates)
The number of entities that are affected by each of the specified events.
|
Copyright © 2024. All rights reserved.