Uses of Class
software.amazon.awssdk.services.gamelift.model.GameSessionQueue
-
Packages that use GameSessionQueue Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of GameSessionQueue in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return GameSessionQueue Modifier and Type Method Description GameSessionQueueCreateGameSessionQueueResponse. gameSessionQueue()An object that describes the newly created game session queue.GameSessionQueueUpdateGameSessionQueueResponse. gameSessionQueue()An object that describes the newly updated game session queue.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type GameSessionQueue Modifier and Type Method Description List<GameSessionQueue>DescribeGameSessionQueuesResponse. gameSessionQueues()A collection of objects that describe the requested game session queues.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type GameSessionQueue Modifier and Type Method Description CreateGameSessionQueueResponse.BuilderCreateGameSessionQueueResponse.Builder. gameSessionQueue(GameSessionQueue gameSessionQueue)An object that describes the newly created game session queue.UpdateGameSessionQueueResponse.BuilderUpdateGameSessionQueueResponse.Builder. gameSessionQueue(GameSessionQueue gameSessionQueue)An object that describes the newly updated game session queue.DescribeGameSessionQueuesResponse.BuilderDescribeGameSessionQueuesResponse.Builder. gameSessionQueues(GameSessionQueue... gameSessionQueues)A collection of objects that describe the requested game session queues.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type GameSessionQueue Modifier and Type Method Description DescribeGameSessionQueuesResponse.BuilderDescribeGameSessionQueuesResponse.Builder. gameSessionQueues(Collection<GameSessionQueue> gameSessionQueues)A collection of objects that describe the requested game session queues. -
Uses of GameSessionQueue in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type GameSessionQueue Modifier and Type Method Description SdkIterable<GameSessionQueue>DescribeGameSessionQueuesIterable. gameSessionQueues()Returns an iterable to iterate through the paginatedDescribeGameSessionQueuesResponse.gameSessionQueues()member.SdkPublisher<GameSessionQueue>DescribeGameSessionQueuesPublisher. gameSessionQueues()Returns a publisher that can be used to get a stream of data.
-