Uses of Class
software.amazon.awssdk.services.health.model.EntityAggregate
-
Packages that use EntityAggregate Package Description software.amazon.awssdk.services.health.model -
-
Uses of EntityAggregate in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return types with arguments of type EntityAggregate Modifier and Type Method Description List<EntityAggregate>DescribeEntityAggregatesResponse. entityAggregates()The number of entities that are affected by each of the specified events.Methods in software.amazon.awssdk.services.health.model with parameters of type EntityAggregate Modifier and Type Method Description DescribeEntityAggregatesResponse.BuilderDescribeEntityAggregatesResponse.Builder. entityAggregates(EntityAggregate... entityAggregates)The number of entities that are affected by each of the specified events.Method parameters in software.amazon.awssdk.services.health.model with type arguments of type EntityAggregate Modifier and Type Method Description DescribeEntityAggregatesResponse.BuilderDescribeEntityAggregatesResponse.Builder. entityAggregates(Collection<EntityAggregate> entityAggregates)The number of entities that are affected by each of the specified events.
-