Uses of Class
software.amazon.awssdk.services.gamelift.model.DescribeGameSessionDetailsResponse
-
Packages that use DescribeGameSessionDetailsResponse 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 DescribeGameSessionDetailsResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DescribeGameSessionDetailsResponse Modifier and Type Method Description default DescribeGameSessionDetailsResponseGameLiftClient. 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 DescribeGameSessionDetailsResponseGameLiftClient. 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.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DescribeGameSessionDetailsResponse Modifier and Type Method Description default CompletableFuture<DescribeGameSessionDetailsResponse>GameLiftAsyncClient. 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 CompletableFuture<DescribeGameSessionDetailsResponse>GameLiftAsyncClient. 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. -
Uses of DescribeGameSessionDetailsResponse in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type DescribeGameSessionDetailsResponse Modifier and Type Method Description Iterator<DescribeGameSessionDetailsResponse>DescribeGameSessionDetailsIterable. iterator()Method parameters in software.amazon.awssdk.services.gamelift.paginators with type arguments of type DescribeGameSessionDetailsResponse Modifier and Type Method Description voidDescribeGameSessionDetailsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeGameSessionDetailsResponse> subscriber)
-