| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools
for deploying, operating, and scaling game servers.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateMatchmakingRuleSetResponse |
GameLiftClient.createMatchmakingRuleSet(Consumer<CreateMatchmakingRuleSetRequest.Builder> createMatchmakingRuleSetRequest)
Creates a new rule set for FlexMatch matchmaking.
|
default CreateMatchmakingRuleSetResponse |
GameLiftClient.createMatchmakingRuleSet(CreateMatchmakingRuleSetRequest createMatchmakingRuleSetRequest)
Creates a new rule set for FlexMatch matchmaking.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateMatchmakingRuleSetResponse> |
GameLiftAsyncClient.createMatchmakingRuleSet(Consumer<CreateMatchmakingRuleSetRequest.Builder> createMatchmakingRuleSetRequest)
Creates a new rule set for FlexMatch matchmaking.
|
default CompletableFuture<CreateMatchmakingRuleSetResponse> |
GameLiftAsyncClient.createMatchmakingRuleSet(CreateMatchmakingRuleSetRequest createMatchmakingRuleSetRequest)
Creates a new rule set for FlexMatch matchmaking.
|
Copyright © 2022. All rights reserved.