| 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.
|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateMatchmakingRuleSetResponse |
GameLiftClient.createMatchmakingRuleSet(Consumer<CreateMatchmakingRuleSetRequest.Builder> createMatchmakingRuleSetRequest)
Creates a new rule set for FlexMatch matchmaking.
|
default CompletableFuture<CreateMatchmakingRuleSetResponse> |
GameLiftAsyncClient.createMatchmakingRuleSet(Consumer<CreateMatchmakingRuleSetRequest.Builder> createMatchmakingRuleSetRequest)
Creates a new rule set for FlexMatch matchmaking.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.builder() |
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.Builder.name(String name)
A unique identifier for the matchmaking rule set.
|
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.Builder.ruleSetBody(String ruleSetBody)
A collection of matchmaking rules, formatted as a JSON string.
|
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.Builder.tags(Collection<Tag> tags)
A list of labels to assign to the new matchmaking rule set resource.
|
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of labels to assign to the new matchmaking rule set resource.
|
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.Builder.tags(Tag... tags)
A list of labels to assign to the new matchmaking rule set resource.
|
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateMatchmakingRuleSetRequest.Builder> |
CreateMatchmakingRuleSetRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.