Uses of Class
software.amazon.awssdk.services.health.model.EventAggregateField
-
Packages that use EventAggregateField Package Description software.amazon.awssdk.services.health.model -
-
Uses of EventAggregateField in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return EventAggregateField Modifier and Type Method Description EventAggregateFieldDescribeEventAggregatesRequest. aggregateField()The only currently supported value iseventTypeCategory.static EventAggregateFieldEventAggregateField. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EventAggregateFieldEventAggregateField. valueOf(String name)Returns the enum constant of this type with the specified name.static EventAggregateField[]EventAggregateField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.health.model that return types with arguments of type EventAggregateField Modifier and Type Method Description static Set<EventAggregateField>EventAggregateField. knownValues()Methods in software.amazon.awssdk.services.health.model with parameters of type EventAggregateField Modifier and Type Method Description DescribeEventAggregatesRequest.BuilderDescribeEventAggregatesRequest.Builder. aggregateField(EventAggregateField aggregateField)The only currently supported value iseventTypeCategory.
-