| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateMatchmakingRuleSetResponse> |
GameLiftAsyncClient.createMatchmakingRuleSet(Consumer<CreateMatchmakingRuleSetRequest.Builder> createMatchmakingRuleSetRequest)
Creates a new rule set for FlexMatch matchmaking.
|
default CreateMatchmakingRuleSetResponse |
GameLiftClient.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)
Unique identifier for a 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)
Collection of matchmaking rules, formatted as a JSON string.
|
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateMatchmakingRuleSetRequest.Builder> |
CreateMatchmakingRuleSetRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.