Uses of Class
software.amazon.awssdk.services.gamelift.model.DescribeGameServerGroupResponse
-
Packages that use DescribeGameServerGroupResponse 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 DescribeGameServerGroupResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DescribeGameServerGroupResponse Modifier and Type Method Description default DescribeGameServerGroupResponseGameLiftClient. describeGameServerGroup(Consumer<DescribeGameServerGroupRequest.Builder> describeGameServerGroupRequest)This operation is used with the Amazon GameLift FleetIQ solution and game server groups.default DescribeGameServerGroupResponseGameLiftClient. describeGameServerGroup(DescribeGameServerGroupRequest describeGameServerGroupRequest)This operation is used with the Amazon GameLift FleetIQ solution and game server groups.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DescribeGameServerGroupResponse Modifier and Type Method Description default CompletableFuture<DescribeGameServerGroupResponse>GameLiftAsyncClient. describeGameServerGroup(Consumer<DescribeGameServerGroupRequest.Builder> describeGameServerGroupRequest)This operation is used with the Amazon GameLift FleetIQ solution and game server groups.default CompletableFuture<DescribeGameServerGroupResponse>GameLiftAsyncClient. describeGameServerGroup(DescribeGameServerGroupRequest describeGameServerGroupRequest)This operation is used with the Amazon GameLift FleetIQ solution and game server groups.
-