Uses of Class
software.amazon.awssdk.services.gamelift.paginators.DescribeGameSessionDetailsIterable
-
Packages that use DescribeGameSessionDetailsIterable 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. -
-
Uses of DescribeGameSessionDetailsIterable in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DescribeGameSessionDetailsIterable Modifier and Type Method Description default DescribeGameSessionDetailsIterableGameLiftClient. 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 DescribeGameSessionDetailsIterableGameLiftClient. 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.
-