| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools
for deploying, operating, and scaling game servers.
|
| Modifier and Type | Method and Description |
|---|---|
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)
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(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 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)
Retrieves a set of one or more game sessions in a specific fleet location.
|
default DescribeGameSessionsIterable |
GameLiftClient.describeGameSessionsPaginator(DescribeGameSessionsRequest describeGameSessionsRequest)
Retrieves a set of one or more game sessions in a specific fleet location.
|
default ResolveAliasResponse |
GameLiftClient.resolveAlias(Consumer<ResolveAliasRequest.Builder> resolveAliasRequest)
Retrieves the fleet ID that an alias is currently pointing to.
|
default ResolveAliasResponse |
GameLiftClient.resolveAlias(ResolveAliasRequest resolveAliasRequest)
Retrieves the fleet ID that an alias is currently pointing to.
|
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)
Retrieves all active game sessions that match a set of search criteria and sorts them into a specified order.
|
default SearchGameSessionsIterable |
GameLiftClient.searchGameSessionsPaginator(SearchGameSessionsRequest searchGameSessionsRequest)
Retrieves all active game sessions that match a set of search criteria and sorts them into a specified order.
|
Copyright © 2023. All rights reserved.