| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.clone() |
Event |
Event.withEventCode(EventCode eventCode)
The type of event being logged.
|
Event |
Event.withEventCode(String eventCode)
The type of event being logged.
|
Event |
Event.withEventId(String eventId)
A 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.withPreSignedLogUrl(String preSignedLogUrl)
Location of stored logs with additional detail that is related to the event.
|
Event |
Event.withResourceId(String resourceId)
A unique identifier for an event resource, such as a fleet ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
DescribeFleetEventsResult.getEvents()
A collection of objects containing event log entries for the specified fleet.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetEventsResult |
DescribeFleetEventsResult.withEvents(Event... events)
A collection of objects containing event log entries for the specified fleet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFleetEventsResult.setEvents(Collection<Event> events)
A collection of objects containing event log entries for the specified fleet.
|
DescribeFleetEventsResult |
DescribeFleetEventsResult.withEvents(Collection<Event> events)
A collection of objects containing event log entries for the specified fleet.
|
Copyright © 2020. All rights reserved.