Uses of Interface
software.amazon.awssdk.services.gamelift.model.UpdateGameSessionQueueResponse.Builder
-
Packages that use UpdateGameSessionQueueResponse.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of UpdateGameSessionQueueResponse.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return UpdateGameSessionQueueResponse.Builder Modifier and Type Method Description static UpdateGameSessionQueueResponse.BuilderUpdateGameSessionQueueResponse. builder()default UpdateGameSessionQueueResponse.BuilderUpdateGameSessionQueueResponse.Builder. gameSessionQueue(Consumer<GameSessionQueue.Builder> gameSessionQueue)An object that describes the newly updated game session queue.UpdateGameSessionQueueResponse.BuilderUpdateGameSessionQueueResponse.Builder. gameSessionQueue(GameSessionQueue gameSessionQueue)An object that describes the newly updated game session queue.UpdateGameSessionQueueResponse.BuilderUpdateGameSessionQueueResponse. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type UpdateGameSessionQueueResponse.Builder Modifier and Type Method Description static Class<? extends UpdateGameSessionQueueResponse.Builder>UpdateGameSessionQueueResponse. serializableBuilderClass()
-