Uses of Class
software.amazon.awssdk.services.health.model.EventDescription
-
Packages that use EventDescription Package Description software.amazon.awssdk.services.health.model -
-
Uses of EventDescription in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return EventDescription Modifier and Type Method Description EventDescriptionEventDetails. eventDescription()The most recent description of the event.EventDescriptionOrganizationEventDetails. eventDescription()Returns the value of the EventDescription property for this object.Methods in software.amazon.awssdk.services.health.model with parameters of type EventDescription Modifier and Type Method Description EventDetails.BuilderEventDetails.Builder. eventDescription(EventDescription eventDescription)The most recent description of the event.OrganizationEventDetails.BuilderOrganizationEventDetails.Builder. eventDescription(EventDescription eventDescription)Sets the value of the EventDescription property for this object.
-