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