Uses of Class
software.amazon.awssdk.services.health.model.EventStatusCode
-
Packages that use EventStatusCode Package Description software.amazon.awssdk.services.health.model -
-
Uses of EventStatusCode in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return EventStatusCode Modifier and Type Method Description static EventStatusCodeEventStatusCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EventStatusCodeEvent. statusCode()The most recent status of the event.EventStatusCodeOrganizationEvent. statusCode()The most recent status of the event.static EventStatusCodeEventStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static EventStatusCode[]EventStatusCode. 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 EventStatusCode Modifier and Type Method Description List<EventStatusCode>EventFilter. eventStatusCodes()A list of event status codes.List<EventStatusCode>OrganizationEventFilter. eventStatusCodes()A list of event status codes.static Set<EventStatusCode>EventStatusCode. knownValues()Methods in software.amazon.awssdk.services.health.model with parameters of type EventStatusCode Modifier and Type Method Description EventFilter.BuilderEventFilter.Builder. eventStatusCodes(EventStatusCode... eventStatusCodes)A list of event status codes.OrganizationEventFilter.BuilderOrganizationEventFilter.Builder. eventStatusCodes(EventStatusCode... eventStatusCodes)A list of event status codes.Event.BuilderEvent.Builder. statusCode(EventStatusCode statusCodeValue)The most recent status of the event.OrganizationEvent.BuilderOrganizationEvent.Builder. statusCode(EventStatusCode statusCodeValue)The most recent status of the event.Method parameters in software.amazon.awssdk.services.health.model with type arguments of type EventStatusCode Modifier and Type Method Description EventFilter.BuilderEventFilter.Builder. eventStatusCodes(Collection<EventStatusCode> eventStatusCodes)A list of event status codes.OrganizationEventFilter.BuilderOrganizationEventFilter.Builder. eventStatusCodes(Collection<EventStatusCode> eventStatusCodes)A list of event status codes.
-