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 Event
Event. clone()
Event
Event. withEventCode(EventCode eventCode)
Type of event being logged.Event
Event. withEventCode(String eventCode)
Type of event being logged.Event
Event. withEventId(String eventId)
Unique identifier for a fleet event.Event
Event. withEventTime(Date eventTime)
Time stamp indicating when this event occurred.Event
Event. withMessage(String message)
Additional information related to the event.Event
Event. 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 DescribeFleetEventsResult
DescribeFleetEventsResult. 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 void
DescribeFleetEventsResult. setEvents(Collection<Event> events)
Collection of objects containing event log entries for the specified fleet.DescribeFleetEventsResult
DescribeFleetEventsResult. withEvents(Collection<Event> events)
Collection of objects containing event log entries for the specified fleet.
-