| Package | Description |
|---|---|
| software.amazon.awssdk.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
AccountEntityAggregate.Builder |
AccountEntityAggregate.Builder.accountId(String accountId)
The 12-digit Amazon Web Services account numbers that contains the affected entities.
|
static AccountEntityAggregate.Builder |
AccountEntityAggregate.builder() |
AccountEntityAggregate.Builder |
AccountEntityAggregate.Builder.count(Integer count)
The number of entities that match the filter criteria for the specified events.
|
AccountEntityAggregate.Builder |
AccountEntityAggregate.Builder.statuses(Map<EntityStatusCode,Integer> statuses)
The number of affected entities aggregated by the entity status codes.
|
AccountEntityAggregate.Builder |
AccountEntityAggregate.Builder.statusesWithStrings(Map<String,Integer> statuses)
The number of affected entities aggregated by the entity status codes.
|
AccountEntityAggregate.Builder |
AccountEntityAggregate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccountEntityAggregate.Builder> |
AccountEntityAggregate.serializableBuilderClass() |
Copyright © 2023. All rights reserved.