Uses of Class
software.amazon.awssdk.services.health.model.OrganizationEntityAggregate
-
Packages that use OrganizationEntityAggregate Package Description software.amazon.awssdk.services.health.model -
-
Uses of OrganizationEntityAggregate in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return types with arguments of type OrganizationEntityAggregate Modifier and Type Method Description List<OrganizationEntityAggregate>DescribeEntityAggregatesForOrganizationResponse. organizationEntityAggregates()The list of entity aggregates for each of the specified accounts that are affected by each of the specified events.Methods in software.amazon.awssdk.services.health.model with parameters of type OrganizationEntityAggregate Modifier and Type Method Description DescribeEntityAggregatesForOrganizationResponse.BuilderDescribeEntityAggregatesForOrganizationResponse.Builder. organizationEntityAggregates(OrganizationEntityAggregate... organizationEntityAggregates)The list of entity aggregates for each of the specified accounts that are affected by each of the specified events.Method parameters in software.amazon.awssdk.services.health.model with type arguments of type OrganizationEntityAggregate Modifier and Type Method Description DescribeEntityAggregatesForOrganizationResponse.BuilderDescribeEntityAggregatesForOrganizationResponse.Builder. organizationEntityAggregates(Collection<OrganizationEntityAggregate> organizationEntityAggregates)The list of entity aggregates for each of the specified accounts that are affected by each of the specified events.
-