Uses of Interface
software.amazon.awssdk.services.gamelift.model.SearchGameSessionsRequest.Builder
-
Packages that use SearchGameSessionsRequest.Builder 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.software.amazon.awssdk.services.gamelift.model -
-
Uses of SearchGameSessionsRequest.Builder in software.amazon.awssdk.services.gamelift
Method parameters in software.amazon.awssdk.services.gamelift with type arguments of type SearchGameSessionsRequest.Builder Modifier and Type Method Description default CompletableFuture<SearchGameSessionsResponse>GameLiftAsyncClient. 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 SearchGameSessionsResponseGameLiftClient. 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 SearchGameSessionsPublisherGameLiftAsyncClient. 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 SearchGameSessionsIterableGameLiftClient. searchGameSessionsPaginator(Consumer<SearchGameSessionsRequest.Builder> searchGameSessionsRequest)Retrieves all active game sessions that match a set of search criteria and sorts them into a specified order. -
Uses of SearchGameSessionsRequest.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return SearchGameSessionsRequest.Builder Modifier and Type Method Description SearchGameSessionsRequest.BuilderSearchGameSessionsRequest.Builder. aliasId(String aliasId)A unique identifier for the alias associated with the fleet to search for active game sessions.static SearchGameSessionsRequest.BuilderSearchGameSessionsRequest. builder()SearchGameSessionsRequest.BuilderSearchGameSessionsRequest.Builder. filterExpression(String filterExpression)String containing the search criteria for the session search.SearchGameSessionsRequest.BuilderSearchGameSessionsRequest.Builder. fleetId(String fleetId)A unique identifier for the fleet to search for active game sessions.SearchGameSessionsRequest.BuilderSearchGameSessionsRequest.Builder. limit(Integer limit)The maximum number of results to return.SearchGameSessionsRequest.BuilderSearchGameSessionsRequest.Builder. location(String location)A fleet location to search for game sessions.SearchGameSessionsRequest.BuilderSearchGameSessionsRequest.Builder. nextToken(String nextToken)A token that indicates the start of the next sequential page of results.SearchGameSessionsRequest.BuilderSearchGameSessionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SearchGameSessionsRequest.BuilderSearchGameSessionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SearchGameSessionsRequest.BuilderSearchGameSessionsRequest.Builder. sortExpression(String sortExpression)Instructions on how to sort the search results.SearchGameSessionsRequest.BuilderSearchGameSessionsRequest. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type SearchGameSessionsRequest.Builder Modifier and Type Method Description static Class<? extends SearchGameSessionsRequest.Builder>SearchGameSessionsRequest. serializableBuilderClass()
-