Uses of Class
com.amazonaws.services.gamelift.model.Event
-
Packages that use Event Package Description com.amazonaws.services.gamelift.model -
-
Uses of Event in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return Event Modifier and Type Method Description EventEvent. clone()EventEvent. withEventCode(EventCode eventCode)Type of event being logged.EventEvent. withEventCode(String eventCode)Type of event being logged.EventEvent. withEventId(String eventId)Unique identifier for a fleet event.EventEvent. withEventTime(Date eventTime)Time stamp indicating when this event occurred.EventEvent. withMessage(String message)Additional information related to the event.EventEvent. withResourceId(String resourceId)Unique identifier for the resource, such as a fleet ID.Methods in com.amazonaws.services.gamelift.model that return types with arguments of type Event Modifier and Type Method Description List<Event>DescribeFleetEventsResult. getEvents()Collection of objects containing event log entries for the specified fleet.Methods in com.amazonaws.services.gamelift.model with parameters of type Event Modifier and Type Method Description DescribeFleetEventsResultDescribeFleetEventsResult. withEvents(Event... events)Collection of objects containing event log entries for the specified fleet.Method parameters in com.amazonaws.services.gamelift.model with type arguments of type Event Modifier and Type Method Description voidDescribeFleetEventsResult. setEvents(Collection<Event> events)Collection of objects containing event log entries for the specified fleet.DescribeFleetEventsResultDescribeFleetEventsResult. withEvents(Collection<Event> events)Collection of objects containing event log entries for the specified fleet.
-