| 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 |
MatchmakingTicket.withConfigurationName(String configurationName)
Name of the MatchmakingConfiguration that is used with this ticket.
|
MatchmakingTicket |
MatchmakingTicket.withEndTime(Date endTime)
Time stamp indicating when the matchmaking request stopped being processed due to successful completion, timeout,
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)
Unique identifier for a matchmaking ticket.
|
| Modifier and Type | Method and Description |
|---|---|
List<MatchmakingTicket> |
DescribeMatchmakingResult.getTicketList()
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.
|
StartMatchmakingResult |
StartMatchmakingResult.withMatchmakingTicket(MatchmakingTicket matchmakingTicket)
Ticket representing the matchmaking request.
|
DescribeMatchmakingResult |
DescribeMatchmakingResult.withTicketList(MatchmakingTicket... ticketList)
Collection of existing matchmaking ticket objects matching the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMatchmakingResult.setTicketList(Collection<MatchmakingTicket> ticketList)
Collection of existing matchmaking ticket objects matching the request.
|
DescribeMatchmakingResult |
DescribeMatchmakingResult.withTicketList(Collection<MatchmakingTicket> ticketList)
Collection of existing matchmaking ticket objects matching the request.
|
Copyright © 2017. All rights reserved.