| 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)
A unique identifier for a matchmaking rule set.
|
CreateMatchmakingRuleSetRequest |
CreateMatchmakingRuleSetRequest.withRuleSetBody(String ruleSetBody)
A collection of matchmaking rules, formatted as a JSON string.
|
CreateMatchmakingRuleSetRequest |
CreateMatchmakingRuleSetRequest.withTags(Collection<Tag> tags)
A list of labels to assign to the new matchmaking rule set resource.
|
CreateMatchmakingRuleSetRequest |
CreateMatchmakingRuleSetRequest.withTags(Tag... tags)
A list of labels to assign to the new matchmaking rule set resource.
|
Copyright © 2020. All rights reserved.