Uses of Class
software.amazon.awssdk.services.health.model.AccountEntityAggregate
-
Packages that use AccountEntityAggregate Package Description software.amazon.awssdk.services.health.model -
-
Uses of AccountEntityAggregate in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return types with arguments of type AccountEntityAggregate Modifier and Type Method Description List<AccountEntityAggregate>OrganizationEntityAggregate. accounts()A list of entity aggregates for each of the specified accounts in your organization that are affected by a specific event.Methods in software.amazon.awssdk.services.health.model with parameters of type AccountEntityAggregate Modifier and Type Method Description OrganizationEntityAggregate.BuilderOrganizationEntityAggregate.Builder. accounts(AccountEntityAggregate... accounts)A list of entity aggregates for each of the specified accounts in your organization that are affected by a specific event.Method parameters in software.amazon.awssdk.services.health.model with type arguments of type AccountEntityAggregate Modifier and Type Method Description OrganizationEntityAggregate.BuilderOrganizationEntityAggregate.Builder. accounts(Collection<AccountEntityAggregate> accounts)A list of entity aggregates for each of the specified accounts in your organization that are affected by a specific event.
-