Package | Description |
---|---|
com.amazonaws.services.gamelift.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<Event> |
DescribeFleetEventsResult.getEvents()
Collection of objects containing event log entries for the specified
fleet.
|
Modifier and Type | Method and Description |
---|---|
DescribeFleetEventsResult |
DescribeFleetEventsResult.withEvents(Event... events)
Collection of objects containing event log entries for the specified
fleet.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.