| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model | |
| software.amazon.awssdk.services.gamelift.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
DescribeFleetEventsResponse.events()
A collection of objects containing event log entries for the specified fleet.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetEventsResponse.Builder |
DescribeFleetEventsResponse.Builder.events(Event... events)
A collection of objects containing event log entries for the specified fleet.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetEventsResponse.Builder |
DescribeFleetEventsResponse.Builder.events(Collection<Event> events)
A collection of objects containing event log entries for the specified fleet.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Event> |
DescribeFleetEventsPublisher.events()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Event> |
DescribeFleetEventsIterable.events()
Returns an iterable to iterate through the paginated
DescribeFleetEventsResponse.events() member. |
Copyright © 2023. All rights reserved.