Uses of Interface
software.amazon.awssdk.services.health.model.EntityAggregate.Builder
-
Packages that use EntityAggregate.Builder Package Description software.amazon.awssdk.services.health.model -
-
Uses of EntityAggregate.Builder in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return EntityAggregate.Builder Modifier and Type Method Description static EntityAggregate.BuilderEntityAggregate. builder()EntityAggregate.BuilderEntityAggregate.Builder. count(Integer count)The number of entities that match the criteria for the specified events.EntityAggregate.BuilderEntityAggregate.Builder. eventArn(String eventArn)The unique identifier for the event.EntityAggregate.BuilderEntityAggregate.Builder. statuses(Map<EntityStatusCode,Integer> statuses)The number of affected entities aggregated by the entity status codes.EntityAggregate.BuilderEntityAggregate.Builder. statusesWithStrings(Map<String,Integer> statuses)The number of affected entities aggregated by the entity status codes.EntityAggregate.BuilderEntityAggregate. toBuilder()Methods in software.amazon.awssdk.services.health.model that return types with arguments of type EntityAggregate.Builder Modifier and Type Method Description static Class<? extends EntityAggregate.Builder>EntityAggregate. serializableBuilderClass()
-