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