| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
SuspendGameServerGroupResult |
AmazonGameLiftClient.suspendGameServerGroup(SuspendGameServerGroupRequest request)
This operation is used with the Amazon GameLift FleetIQ solution and game server groups.
|
SuspendGameServerGroupResult |
AmazonGameLift.suspendGameServerGroup(SuspendGameServerGroupRequest suspendGameServerGroupRequest)
This operation is used with the Amazon GameLift FleetIQ solution and game server groups.
|
SuspendGameServerGroupResult |
AbstractAmazonGameLift.suspendGameServerGroup(SuspendGameServerGroupRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<SuspendGameServerGroupResult> |
AmazonGameLiftAsyncClient.suspendGameServerGroupAsync(SuspendGameServerGroupRequest request,
AsyncHandler<SuspendGameServerGroupRequest,SuspendGameServerGroupResult> asyncHandler) |
Future<SuspendGameServerGroupResult> |
AmazonGameLiftAsync.suspendGameServerGroupAsync(SuspendGameServerGroupRequest suspendGameServerGroupRequest,
AsyncHandler<SuspendGameServerGroupRequest,SuspendGameServerGroupResult> asyncHandler)
This operation is used with the Amazon GameLift FleetIQ solution and game server groups.
|
Future<SuspendGameServerGroupResult> |
AbstractAmazonGameLiftAsync.suspendGameServerGroupAsync(SuspendGameServerGroupRequest request,
AsyncHandler<SuspendGameServerGroupRequest,SuspendGameServerGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SuspendGameServerGroupResult |
SuspendGameServerGroupResult.clone() |
SuspendGameServerGroupResult |
SuspendGameServerGroupResult.withGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the game server group resource, with the
SuspendedActions property updated
to reflect the suspended activity. |
Copyright © 2023. All rights reserved.