| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools
for deploying, operating, and scaling game servers.
|
| 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, if acceptance is required.
|
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.withFlexMatchMode(FlexMatchMode flexMatchMode)
Indicates whether this matchmaking configuration is being used with Amazon GameLift hosting or as a standalone
matchmaking solution.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withFlexMatchMode(String flexMatchMode)
Indicates whether this matchmaking configuration is being used with Amazon GameLift hosting or as a standalone
matchmaking solution.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withGameProperties(Collection<GameProperty> gameProperties)
A set of key-value pairs that can store custom data in a game session.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withGameProperties(GameProperty... gameProperties)
A set of key-value pairs that can store custom data in a game session.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withGameSessionData(String gameSessionData)
A set of custom game session properties, formatted as a single string value.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withGameSessionQueueArns(Collection<String> gameSessionQueueArns)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift game session queue resource and uniquely identifies it.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withGameSessionQueueArns(String... gameSessionQueueArns)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift game session queue resource and uniquely identifies it.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withName(String name)
A unique identifier for the 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 the 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 © 2024. All rights reserved.