Uses of Class
software.amazon.awssdk.services.gamelift.model.DescribeGameSessionsResponse
-
Packages that use DescribeGameSessionsResponse 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.paginators -
-
Uses of DescribeGameSessionsResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DescribeGameSessionsResponse Modifier and Type Method Description default DescribeGameSessionsResponseGameLiftClient. describeGameSessions(Consumer<DescribeGameSessionsRequest.Builder> describeGameSessionsRequest)Retrieves a set of one or more game sessions in a specific fleet location.default DescribeGameSessionsResponseGameLiftClient. describeGameSessions(DescribeGameSessionsRequest describeGameSessionsRequest)Retrieves a set of one or more game sessions in a specific fleet location.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DescribeGameSessionsResponse Modifier and Type Method Description default CompletableFuture<DescribeGameSessionsResponse>GameLiftAsyncClient. describeGameSessions(Consumer<DescribeGameSessionsRequest.Builder> describeGameSessionsRequest)Retrieves a set of one or more game sessions in a specific fleet location.default CompletableFuture<DescribeGameSessionsResponse>GameLiftAsyncClient. describeGameSessions(DescribeGameSessionsRequest describeGameSessionsRequest)Retrieves a set of one or more game sessions in a specific fleet location. -
Uses of DescribeGameSessionsResponse in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type DescribeGameSessionsResponse Modifier and Type Method Description Iterator<DescribeGameSessionsResponse>DescribeGameSessionsIterable. iterator()Method parameters in software.amazon.awssdk.services.gamelift.paginators with type arguments of type DescribeGameSessionsResponse Modifier and Type Method Description voidDescribeGameSessionsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeGameSessionsResponse> subscriber)
-