| Package | Description |
|---|---|
| software.amazon.awssdk.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
OrganizationEntityAggregate.Builder |
OrganizationEntityAggregate.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.
|
OrganizationEntityAggregate.Builder |
OrganizationEntityAggregate.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.
|
OrganizationEntityAggregate.Builder |
OrganizationEntityAggregate.Builder.accounts(Consumer<AccountEntityAggregate.Builder>... accounts)
A list of entity aggregates for each of the specified accounts in your organization that are affected by a
specific event.
|
static OrganizationEntityAggregate.Builder |
OrganizationEntityAggregate.builder() |
OrganizationEntityAggregate.Builder |
OrganizationEntityAggregate.Builder.count(Integer count)
The number of entities for the organization that match the filter criteria for the specified events.
|
OrganizationEntityAggregate.Builder |
OrganizationEntityAggregate.Builder.eventArn(String eventArn)
A list of event ARNs (unique identifiers).
|
OrganizationEntityAggregate.Builder |
OrganizationEntityAggregate.Builder.statuses(Map<EntityStatusCode,Integer> statuses)
The number of affected entities aggregated by the entitiy status codes.
|
OrganizationEntityAggregate.Builder |
OrganizationEntityAggregate.Builder.statusesWithStrings(Map<String,Integer> statuses)
The number of affected entities aggregated by the entitiy status codes.
|
OrganizationEntityAggregate.Builder |
OrganizationEntityAggregate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OrganizationEntityAggregate.Builder> |
OrganizationEntityAggregate.serializableBuilderClass() |
Copyright © 2023. All rights reserved.