default CreateGameSessionResponse |
GameLiftClient.createGameSession(Consumer<CreateGameSessionRequest.Builder> createGameSessionRequest) |
Creates a multiplayer game session for players in a specific fleet location.
|
default CreateGameSessionResponse |
GameLiftClient.createGameSession(CreateGameSessionRequest createGameSessionRequest) |
Creates a multiplayer game session for players in a specific fleet location.
|
default CreatePlayerSessionResponse |
GameLiftClient.createPlayerSession(Consumer<CreatePlayerSessionRequest.Builder> createPlayerSessionRequest) |
Reserves an open player slot in a game session for a player.
|
default CreatePlayerSessionResponse |
GameLiftClient.createPlayerSession(CreatePlayerSessionRequest createPlayerSessionRequest) |
Reserves an open player slot in a game session for a player.
|
default CreatePlayerSessionsResponse |
GameLiftClient.createPlayerSessions(Consumer<CreatePlayerSessionsRequest.Builder> createPlayerSessionsRequest) |
Reserves open slots in a game session for a group of players.
|
default CreatePlayerSessionsResponse |
GameLiftClient.createPlayerSessions(CreatePlayerSessionsRequest createPlayerSessionsRequest) |
Reserves open slots in a game session for a group of players.
|
default DescribeGameSessionDetailsResponse |
GameLiftClient.describeGameSessionDetails(Consumer<DescribeGameSessionDetailsRequest.Builder> describeGameSessionDetailsRequest) |
Retrieves additional game session properties, including the game session protection policy in force, a set of one
or more game sessions in a specific fleet location.
|
default DescribeGameSessionDetailsResponse |
GameLiftClient.describeGameSessionDetails(DescribeGameSessionDetailsRequest describeGameSessionDetailsRequest) |
Retrieves additional game session properties, including the game session protection policy in force, a set of one
or more game sessions in a specific fleet location.
|
default DescribeGameSessionDetailsIterable |
GameLiftClient.describeGameSessionDetailsPaginator(Consumer<DescribeGameSessionDetailsRequest.Builder> describeGameSessionDetailsRequest) |
|
default DescribeGameSessionDetailsIterable |
GameLiftClient.describeGameSessionDetailsPaginator(DescribeGameSessionDetailsRequest describeGameSessionDetailsRequest) |
|
default DescribeGameSessionsResponse |
GameLiftClient.describeGameSessions(Consumer<DescribeGameSessionsRequest.Builder> describeGameSessionsRequest) |
Retrieves a set of one or more game sessions in a specific fleet location.
|
default DescribeGameSessionsResponse |
GameLiftClient.describeGameSessions(DescribeGameSessionsRequest describeGameSessionsRequest) |
Retrieves a set of one or more game sessions in a specific fleet location.
|
default DescribeGameSessionsIterable |
GameLiftClient.describeGameSessionsPaginator(Consumer<DescribeGameSessionsRequest.Builder> describeGameSessionsRequest) |
|
default DescribeGameSessionsIterable |
GameLiftClient.describeGameSessionsPaginator(DescribeGameSessionsRequest describeGameSessionsRequest) |
|
default ResolveAliasResponse |
GameLiftClient.resolveAlias(Consumer<ResolveAliasRequest.Builder> resolveAliasRequest) |
Attempts to retrieve a fleet ID that is associated with an alias.
|
default ResolveAliasResponse |
GameLiftClient.resolveAlias(ResolveAliasRequest resolveAliasRequest) |
Attempts to retrieve a fleet ID that is associated with an alias.
|
default SearchGameSessionsResponse |
GameLiftClient.searchGameSessions(Consumer<SearchGameSessionsRequest.Builder> searchGameSessionsRequest) |
Retrieves all active game sessions that match a set of search criteria and sorts them into a specified order.
|
default SearchGameSessionsResponse |
GameLiftClient.searchGameSessions(SearchGameSessionsRequest searchGameSessionsRequest) |
Retrieves all active game sessions that match a set of search criteria and sorts them into a specified order.
|
default SearchGameSessionsIterable |
GameLiftClient.searchGameSessionsPaginator(Consumer<SearchGameSessionsRequest.Builder> searchGameSessionsRequest) |
|
default SearchGameSessionsIterable |
GameLiftClient.searchGameSessionsPaginator(SearchGameSessionsRequest searchGameSessionsRequest) |
|