| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
MatchmakingConfiguration |
MatchmakingConfiguration.clone() |
MatchmakingConfiguration |
UpdateMatchmakingConfigurationResult.getConfiguration()
The updated matchmaking configuration.
|
MatchmakingConfiguration |
CreateMatchmakingConfigurationResult.getConfiguration()
Object that describes the newly created matchmaking configuration.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withAcceptanceRequired(Boolean acceptanceRequired)
A flag that indicates whether a match that was created with this configuration must be accepted by the matched
players.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withAcceptanceTimeoutSeconds(Integer acceptanceTimeoutSeconds)
The length of time (in seconds) to wait for players to accept a proposed match.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withAdditionalPlayerCount(Integer additionalPlayerCount)
The number of player slots in a match to keep open for future players.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withBackfillMode(BackfillMode backfillMode)
The method used to backfill game sessions created with this matchmaking configuration.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withBackfillMode(String backfillMode)
The method used to backfill game sessions created with this matchmaking configuration.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withConfigurationArn(String configurationArn)
Amazon Resource Name (ARN) that is assigned to a
GameLift matchmaking configuration resource and uniquely identifies it.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withCreationTime(Date creationTime)
The time stamp indicating when this data object was created.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withCustomEventData(String customEventData)
Information to attach to all events related to the matchmaking configuration.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withDescription(String description)
A descriptive label that is associated with matchmaking configuration.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withGameProperties(Collection<GameProperty> gameProperties)
A set of custom properties for a game session, formatted as key-value pairs.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withGameProperties(GameProperty... gameProperties)
A set of custom properties for a game session, formatted as key-value pairs.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withGameSessionData(String gameSessionData)
A set of custom game session properties, formatted as a single string value.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withGameSessionQueueArns(Collection<String> gameSessionQueueArns)
Amazon Resource Name (ARN) that is assigned to a
GameLift game session queue resource and uniquely identifies it.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withGameSessionQueueArns(String... gameSessionQueueArns)
Amazon Resource Name (ARN) that is assigned to a
GameLift game session queue resource and uniquely identifies it.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withName(String name)
A unique identifier for a matchmaking configuration.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withNotificationTarget(String notificationTarget)
An SNS topic ARN that is set up to receive matchmaking notifications.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withRequestTimeoutSeconds(Integer requestTimeoutSeconds)
The maximum duration, in seconds, that a matchmaking ticket can remain in process before timing out.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withRuleSetArn(String ruleSetArn)
The Amazon Resource Name (ARN) associated with the
GameLift matchmaking rule set resource that this configuration uses.
|
MatchmakingConfiguration |
MatchmakingConfiguration.withRuleSetName(String ruleSetName)
A unique identifier for a matchmaking rule set to use with this configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<MatchmakingConfiguration> |
DescribeMatchmakingConfigurationsResult.getConfigurations()
A collection of requested matchmaking configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateMatchmakingConfigurationResult.setConfiguration(MatchmakingConfiguration configuration)
The updated matchmaking configuration.
|
void |
CreateMatchmakingConfigurationResult.setConfiguration(MatchmakingConfiguration configuration)
Object that describes the newly created matchmaking configuration.
|
UpdateMatchmakingConfigurationResult |
UpdateMatchmakingConfigurationResult.withConfiguration(MatchmakingConfiguration configuration)
The updated matchmaking configuration.
|
CreateMatchmakingConfigurationResult |
CreateMatchmakingConfigurationResult.withConfiguration(MatchmakingConfiguration configuration)
Object that describes the newly created matchmaking configuration.
|
DescribeMatchmakingConfigurationsResult |
DescribeMatchmakingConfigurationsResult.withConfigurations(MatchmakingConfiguration... configurations)
A collection of requested matchmaking configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMatchmakingConfigurationsResult.setConfigurations(Collection<MatchmakingConfiguration> configurations)
A collection of requested matchmaking configurations.
|
DescribeMatchmakingConfigurationsResult |
DescribeMatchmakingConfigurationsResult.withConfigurations(Collection<MatchmakingConfiguration> configurations)
A collection of requested matchmaking configurations.
|
Copyright © 2020. All rights reserved.