| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeMatchmakingResult |
AmazonGameLift.describeMatchmaking(DescribeMatchmakingRequest describeMatchmakingRequest)
Retrieves a set of one or more matchmaking tickets.
|
DescribeMatchmakingResult |
AbstractAmazonGameLift.describeMatchmaking(DescribeMatchmakingRequest request) |
DescribeMatchmakingResult |
AmazonGameLiftClient.describeMatchmaking(DescribeMatchmakingRequest request)
Retrieves a set of one or more matchmaking tickets.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeMatchmakingResult> |
AbstractAmazonGameLiftAsync.describeMatchmakingAsync(DescribeMatchmakingRequest request,
AsyncHandler<DescribeMatchmakingRequest,DescribeMatchmakingResult> asyncHandler) |
Future<DescribeMatchmakingResult> |
AmazonGameLiftAsyncClient.describeMatchmakingAsync(DescribeMatchmakingRequest request,
AsyncHandler<DescribeMatchmakingRequest,DescribeMatchmakingResult> asyncHandler) |
Future<DescribeMatchmakingResult> |
AmazonGameLiftAsync.describeMatchmakingAsync(DescribeMatchmakingRequest describeMatchmakingRequest,
AsyncHandler<DescribeMatchmakingRequest,DescribeMatchmakingResult> asyncHandler)
Retrieves a set of one or more matchmaking tickets.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMatchmakingResult |
DescribeMatchmakingResult.clone() |
DescribeMatchmakingResult |
DescribeMatchmakingResult.withTicketList(Collection<MatchmakingTicket> ticketList)
Collection of existing matchmaking ticket objects matching the request.
|
DescribeMatchmakingResult |
DescribeMatchmakingResult.withTicketList(MatchmakingTicket... ticketList)
Collection of existing matchmaking ticket objects matching the request.
|
Copyright © 2017. All rights reserved.