| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMatchmakingRuleSetResult> |
AbstractAmazonGameLiftAsync.createMatchmakingRuleSetAsync(CreateMatchmakingRuleSetRequest request,
AsyncHandler<CreateMatchmakingRuleSetRequest,CreateMatchmakingRuleSetResult> asyncHandler) |
Future<CreateMatchmakingRuleSetResult> |
AmazonGameLiftAsyncClient.createMatchmakingRuleSetAsync(CreateMatchmakingRuleSetRequest request,
AsyncHandler<CreateMatchmakingRuleSetRequest,CreateMatchmakingRuleSetResult> asyncHandler) |
Future<CreateMatchmakingRuleSetResult> |
AmazonGameLiftAsync.createMatchmakingRuleSetAsync(CreateMatchmakingRuleSetRequest createMatchmakingRuleSetRequest,
AsyncHandler<CreateMatchmakingRuleSetRequest,CreateMatchmakingRuleSetResult> asyncHandler)
Creates a new rule set for FlexMatch matchmaking.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMatchmakingRuleSetRequest |
CreateMatchmakingRuleSetRequest.clone() |
CreateMatchmakingRuleSetRequest |
CreateMatchmakingRuleSetRequest.withName(String name)
Unique identifier for a matchmaking rule set.
|
CreateMatchmakingRuleSetRequest |
CreateMatchmakingRuleSetRequest.withRuleSetBody(String ruleSetBody)
Collection of matchmaking rules, formatted as a JSON string.
|
Copyright © 2017. All rights reserved.