| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
MatchmakingTicket |
StartMatchBackfillResponse.matchmakingTicket()
Ticket representing the backfill matchmaking request.
|
MatchmakingTicket |
StartMatchmakingResponse.matchmakingTicket()
Ticket representing the matchmaking request.
|
| Modifier and Type | Method and Description |
|---|---|
List<MatchmakingTicket> |
DescribeMatchmakingResponse.ticketList()
A collection of existing matchmaking ticket objects matching the request.
|
| Modifier and Type | Method and Description |
|---|---|
StartMatchBackfillResponse.Builder |
StartMatchBackfillResponse.Builder.matchmakingTicket(MatchmakingTicket matchmakingTicket)
Ticket representing the backfill matchmaking request.
|
StartMatchmakingResponse.Builder |
StartMatchmakingResponse.Builder.matchmakingTicket(MatchmakingTicket matchmakingTicket)
Ticket representing the matchmaking request.
|
DescribeMatchmakingResponse.Builder |
DescribeMatchmakingResponse.Builder.ticketList(MatchmakingTicket... ticketList)
A collection of existing matchmaking ticket objects matching the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMatchmakingResponse.Builder |
DescribeMatchmakingResponse.Builder.ticketList(Collection<MatchmakingTicket> ticketList)
A collection of existing matchmaking ticket objects matching the request.
|
Copyright © 2023. All rights reserved.