| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateGameSessionQueueResponse |
GameLiftClient.createGameSessionQueue(Consumer<CreateGameSessionQueueRequest.Builder> createGameSessionQueueRequest)
Establishes a new queue for processing requests to place new game sessions.
|
default CreateGameSessionQueueResponse |
GameLiftClient.createGameSessionQueue(CreateGameSessionQueueRequest createGameSessionQueueRequest)
Establishes a new queue for processing requests to place new game sessions.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateGameSessionQueueResponse> |
GameLiftAsyncClient.createGameSessionQueue(Consumer<CreateGameSessionQueueRequest.Builder> createGameSessionQueueRequest)
Establishes a new queue for processing requests to place new game sessions.
|
default CompletableFuture<CreateGameSessionQueueResponse> |
GameLiftAsyncClient.createGameSessionQueue(CreateGameSessionQueueRequest createGameSessionQueueRequest)
Establishes a new queue for processing requests to place new game sessions.
|
Copyright © 2021. All rights reserved.