Uses of Class
software.amazon.awssdk.services.gamelift.model.Event
-
Packages that use Event Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of Event in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type Event Modifier and Type Method Description List<Event>DescribeFleetEventsResponse. events()A collection of objects containing event log entries for the specified fleet.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type Event Modifier and Type Method Description DescribeFleetEventsResponse.BuilderDescribeFleetEventsResponse.Builder. events(Event... events)A collection of objects containing event log entries for the specified fleet.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type Event Modifier and Type Method Description DescribeFleetEventsResponse.BuilderDescribeFleetEventsResponse.Builder. events(Collection<Event> events)A collection of objects containing event log entries for the specified fleet. -
Uses of Event in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type Event Modifier and Type Method Description SdkIterable<Event>DescribeFleetEventsIterable. events()Returns an iterable to iterate through the paginatedDescribeFleetEventsResponse.events()member.SdkPublisher<Event>DescribeFleetEventsPublisher. events()Returns a publisher that can be used to get a stream of data.
-