| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.clone() |
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withAcceptanceRequired(Boolean acceptanceRequired)
Flag that determines whether or not a match that was created with this configuration must be accepted by the
matched players.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withAcceptanceTimeoutSeconds(Integer acceptanceTimeoutSeconds)
Length of time (in seconds) to wait for players to accept a proposed match.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withAdditionalPlayerCount(Integer additionalPlayerCount)
Number of player slots in a match to keep open for future players.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withCustomEventData(String customEventData)
Information to attached to all events related to the matchmaking configuration.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withDescription(String description)
Meaningful description of the matchmaking configuration.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withGameProperties(Collection<GameProperty> gameProperties)
Set of developer-defined properties for a game session, formatted as a set of type:value pairs.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withGameProperties(GameProperty... gameProperties)
Set of developer-defined properties for a game session, formatted as a set of type:value pairs.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withGameSessionData(String gameSessionData)
Set of developer-defined game session properties, formatted as a single string value.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withGameSessionQueueArns(Collection<String> gameSessionQueueArns)
Amazon Resource Name (ARN) that
is assigned to a game session queue and uniquely identifies it.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withGameSessionQueueArns(String... gameSessionQueueArns)
Amazon Resource Name (ARN) that
is assigned to a game session queue and uniquely identifies it.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withName(String name)
Unique identifier for a matchmaking configuration.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withNotificationTarget(String notificationTarget)
SNS topic ARN that is set up to receive matchmaking notifications.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withRequestTimeoutSeconds(Integer requestTimeoutSeconds)
Maximum duration, in seconds, that a matchmaking ticket can remain in process before timing out.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withRuleSetName(String ruleSetName)
Unique identifier for a matchmaking rule set to use with this configuration.
|
Copyright © 2017. All rights reserved.