Package | Description |
---|---|
com.amazonaws.services.gamelift.model | |
com.amazonaws.services.gamelift.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Event> |
DescribeFleetEventsResult.events
Collection of objects containing event log entries for the specified
fleet.
|
Modifier and Type | Method and Description |
---|---|
Event |
Event.clone() |
Event |
Event.withEventCode(EventCode eventCode)
Type of event being logged.
|
Event |
Event.withEventCode(java.lang.String eventCode)
Type of event being logged.
|
Event |
Event.withEventId(java.lang.String eventId)
Unique identifier for a fleet event.
|
Event |
Event.withEventTime(java.util.Date eventTime)
Time stamp indicating when this event occurred.
|
Event |
Event.withMessage(java.lang.String message)
Additional information related to the event.
|
Event |
Event.withResourceId(java.lang.String resourceId)
Unique identifier for the resource, such as a fleet ID.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Event> events)
Collection of objects containing event log entries for the specified
fleet.
|
DescribeFleetEventsResult |
DescribeFleetEventsResult.withEvents(java.util.Collection<Event> events)
Collection of objects containing event log entries for the specified
fleet.
|
Modifier and Type | Method and Description |
---|---|
Event |
EventJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EventJsonMarshaller.marshall(Event event,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|