| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
MatchmakingTicket |
MatchmakingTicket.clone() |
MatchmakingTicket |
StartMatchmakingResult.getMatchmakingTicket()
Ticket representing the matchmaking request.
|
MatchmakingTicket |
StartMatchBackfillResult.getMatchmakingTicket()
Ticket representing the backfill matchmaking request.
|
MatchmakingTicket |
MatchmakingTicket.withConfigurationArn(String configurationArn)
The Amazon Resource Name (ARN) associated with the
GameLift matchmaking configuration resource that is used with this ticket.
|
MatchmakingTicket |
MatchmakingTicket.withConfigurationName(String configurationName)
Name of the MatchmakingConfiguration that is used with this ticket.
|
MatchmakingTicket |
MatchmakingTicket.withEndTime(Date endTime)
Time stamp indicating when this matchmaking request stopped being processed due to success, failure, or
cancellation.
|
MatchmakingTicket |
MatchmakingTicket.withEstimatedWaitTime(Integer estimatedWaitTime)
Average amount of time (in seconds) that players are currently waiting for a match.
|
MatchmakingTicket |
MatchmakingTicket.withGameSessionConnectionInfo(GameSessionConnectionInfo gameSessionConnectionInfo)
Identifier and connection information of the game session created for the match.
|
MatchmakingTicket |
MatchmakingTicket.withPlayers(Collection<Player> players)
A set of
Player objects, each representing a player to find matches for. |
MatchmakingTicket |
MatchmakingTicket.withPlayers(Player... players)
A set of
Player objects, each representing a player to find matches for. |
MatchmakingTicket |
MatchmakingTicket.withStartTime(Date startTime)
Time stamp indicating when this matchmaking request was received.
|
MatchmakingTicket |
MatchmakingTicket.withStatus(MatchmakingConfigurationStatus status)
Current status of the matchmaking request.
|
MatchmakingTicket |
MatchmakingTicket.withStatus(String status)
Current status of the matchmaking request.
|
MatchmakingTicket |
MatchmakingTicket.withStatusMessage(String statusMessage)
Additional information about the current status.
|
MatchmakingTicket |
MatchmakingTicket.withStatusReason(String statusReason)
Code to explain the current status.
|
MatchmakingTicket |
MatchmakingTicket.withTicketId(String ticketId)
A unique identifier for a matchmaking ticket.
|
| Modifier and Type | Method and Description |
|---|---|
List<MatchmakingTicket> |
DescribeMatchmakingResult.getTicketList()
A collection of existing matchmaking ticket objects matching the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartMatchmakingResult.setMatchmakingTicket(MatchmakingTicket matchmakingTicket)
Ticket representing the matchmaking request.
|
void |
StartMatchBackfillResult.setMatchmakingTicket(MatchmakingTicket matchmakingTicket)
Ticket representing the backfill matchmaking request.
|
StartMatchmakingResult |
StartMatchmakingResult.withMatchmakingTicket(MatchmakingTicket matchmakingTicket)
Ticket representing the matchmaking request.
|
StartMatchBackfillResult |
StartMatchBackfillResult.withMatchmakingTicket(MatchmakingTicket matchmakingTicket)
Ticket representing the backfill matchmaking request.
|
DescribeMatchmakingResult |
DescribeMatchmakingResult.withTicketList(MatchmakingTicket... ticketList)
A collection of existing matchmaking ticket objects matching the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMatchmakingResult.setTicketList(Collection<MatchmakingTicket> ticketList)
A collection of existing matchmaking ticket objects matching the request.
|
DescribeMatchmakingResult |
DescribeMatchmakingResult.withTicketList(Collection<MatchmakingTicket> ticketList)
A collection of existing matchmaking ticket objects matching the request.
|
Copyright © 2020. All rights reserved.