| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
MatchmakingRuleSet |
MatchmakingRuleSet.clone() |
MatchmakingRuleSet |
CreateMatchmakingRuleSetResult.getRuleSet()
The newly created matchmaking rule set.
|
MatchmakingRuleSet |
MatchmakingRuleSet.withCreationTime(Date creationTime)
The time stamp indicating when this data object was created.
|
MatchmakingRuleSet |
MatchmakingRuleSet.withRuleSetArn(String ruleSetArn)
Amazon Resource Name (ARN) that is assigned to a
GameLift matchmaking rule set resource and uniquely identifies it.
|
MatchmakingRuleSet |
MatchmakingRuleSet.withRuleSetBody(String ruleSetBody)
A collection of matchmaking rules, formatted as a JSON string.
|
MatchmakingRuleSet |
MatchmakingRuleSet.withRuleSetName(String ruleSetName)
A unique identifier for a matchmaking rule set
|
| Modifier and Type | Method and Description |
|---|---|
List<MatchmakingRuleSet> |
DescribeMatchmakingRuleSetsResult.getRuleSets()
A collection of requested matchmaking rule set objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateMatchmakingRuleSetResult.setRuleSet(MatchmakingRuleSet ruleSet)
The newly created matchmaking rule set.
|
CreateMatchmakingRuleSetResult |
CreateMatchmakingRuleSetResult.withRuleSet(MatchmakingRuleSet ruleSet)
The newly created matchmaking rule set.
|
DescribeMatchmakingRuleSetsResult |
DescribeMatchmakingRuleSetsResult.withRuleSets(MatchmakingRuleSet... ruleSets)
A collection of requested matchmaking rule set objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMatchmakingRuleSetsResult.setRuleSets(Collection<MatchmakingRuleSet> ruleSets)
A collection of requested matchmaking rule set objects.
|
DescribeMatchmakingRuleSetsResult |
DescribeMatchmakingRuleSetsResult.withRuleSets(Collection<MatchmakingRuleSet> ruleSets)
A collection of requested matchmaking rule set objects.
|
Copyright © 2020. All rights reserved.