Uses of Class
software.amazon.awssdk.services.gamelift.model.MatchmakingTicket
-
Packages that use MatchmakingTicket Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of MatchmakingTicket in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return MatchmakingTicket Modifier and Type Method Description MatchmakingTicketStartMatchBackfillResponse. matchmakingTicket()Ticket representing the backfill matchmaking request.MatchmakingTicketStartMatchmakingResponse. matchmakingTicket()Ticket representing the matchmaking request.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type MatchmakingTicket Modifier and Type Method Description List<MatchmakingTicket>DescribeMatchmakingResponse. ticketList()A collection of existing matchmaking ticket objects matching the request.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type MatchmakingTicket Modifier and Type Method Description StartMatchBackfillResponse.BuilderStartMatchBackfillResponse.Builder. matchmakingTicket(MatchmakingTicket matchmakingTicket)Ticket representing the backfill matchmaking request.StartMatchmakingResponse.BuilderStartMatchmakingResponse.Builder. matchmakingTicket(MatchmakingTicket matchmakingTicket)Ticket representing the matchmaking request.DescribeMatchmakingResponse.BuilderDescribeMatchmakingResponse.Builder. ticketList(MatchmakingTicket... ticketList)A collection of existing matchmaking ticket objects matching the request.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type MatchmakingTicket Modifier and Type Method Description DescribeMatchmakingResponse.BuilderDescribeMatchmakingResponse.Builder. ticketList(Collection<MatchmakingTicket> ticketList)A collection of existing matchmaking ticket objects matching the request.
-