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