| 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)
A flag that indicates whether a match that was created with this configuration must be accepted by the matched
players.
|
UpdateMatchmakingConfigurationRequest |
UpdateMatchmakingConfigurationRequest.withAcceptanceTimeoutSeconds(Integer acceptanceTimeoutSeconds)
The length of time (in seconds) to wait for players to accept a proposed match.
|
UpdateMatchmakingConfigurationRequest |
UpdateMatchmakingConfigurationRequest.withAdditionalPlayerCount(Integer additionalPlayerCount)
The number of player slots in a match to keep open for future players.
|
UpdateMatchmakingConfigurationRequest |
UpdateMatchmakingConfigurationRequest.withBackfillMode(BackfillMode backfillMode)
The method that is used to backfill game sessions created with this matchmaking configuration.
|
UpdateMatchmakingConfigurationRequest |
UpdateMatchmakingConfigurationRequest.withBackfillMode(String backfillMode)
The method that is used to backfill game sessions created with this matchmaking configuration.
|
UpdateMatchmakingConfigurationRequest |
UpdateMatchmakingConfigurationRequest.withCustomEventData(String customEventData)
Information to add to all events related to the matchmaking configuration.
|
UpdateMatchmakingConfigurationRequest |
UpdateMatchmakingConfigurationRequest.withDescription(String description)
A descriptive label that is associated with matchmaking configuration.
|
UpdateMatchmakingConfigurationRequest |
UpdateMatchmakingConfigurationRequest.withGameProperties(Collection<GameProperty> gameProperties)
A set of custom properties for a game session, formatted as key-value pairs.
|
UpdateMatchmakingConfigurationRequest |
UpdateMatchmakingConfigurationRequest.withGameProperties(GameProperty... gameProperties)
A set of custom properties for a game session, formatted as key-value pairs.
|
UpdateMatchmakingConfigurationRequest |
UpdateMatchmakingConfigurationRequest.withGameSessionData(String gameSessionData)
A set of custom game session properties, formatted as a single string value.
|
UpdateMatchmakingConfigurationRequest |
UpdateMatchmakingConfigurationRequest.withGameSessionQueueArns(Collection<String> gameSessionQueueArns)
Amazon Resource Name (ARN) that is assigned to a
GameLift game session queue resource and uniquely identifies it.
|
UpdateMatchmakingConfigurationRequest |
UpdateMatchmakingConfigurationRequest.withGameSessionQueueArns(String... gameSessionQueueArns)
Amazon Resource Name (ARN) that is assigned to a
GameLift game session queue resource and uniquely identifies it.
|
UpdateMatchmakingConfigurationRequest |
UpdateMatchmakingConfigurationRequest.withName(String name)
A unique identifier for a matchmaking configuration to update.
|
UpdateMatchmakingConfigurationRequest |
UpdateMatchmakingConfigurationRequest.withNotificationTarget(String notificationTarget)
An SNS topic ARN that is set up to receive matchmaking notifications.
|
UpdateMatchmakingConfigurationRequest |
UpdateMatchmakingConfigurationRequest.withRequestTimeoutSeconds(Integer requestTimeoutSeconds)
The maximum duration, in seconds, that a matchmaking ticket can remain in process before timing out.
|
UpdateMatchmakingConfigurationRequest |
UpdateMatchmakingConfigurationRequest.withRuleSetName(String ruleSetName)
A unique identifier for a matchmaking rule set to use with this configuration.
|
Copyright © 2020. All rights reserved.