Uses of Class
com.amazonaws.services.gamelift.model.Event
Packages that use Event
-
Uses of Event in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return EventModifier and TypeMethodDescriptionEvent.clone()
Event.withEventCode
(EventCode eventCode) Type of event being logged.Event.withEventCode
(String eventCode) Type of event being logged.Event.withEventId
(String eventId) Unique identifier for a fleet event.Event.withEventTime
(Date eventTime) Time stamp indicating when this event occurred.Event.withMessage
(String message) Additional information related to the 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 EventModifier and TypeMethodDescriptionDescribeFleetEventsResult.getEvents()
Collection of objects containing event log entries for the specified fleet.Methods in com.amazonaws.services.gamelift.model with parameters of type EventModifier and TypeMethodDescriptionDescribeFleetEventsResult.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 EventModifier and TypeMethodDescriptionvoid
DescribeFleetEventsResult.setEvents
(Collection<Event> events) Collection of objects containing event log entries for the specified fleet.DescribeFleetEventsResult.withEvents
(Collection<Event> events) Collection of objects containing event log entries for the specified fleet.