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