| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
GameServerInstance |
GameServerInstance.clone() |
GameServerInstance |
GameServerInstance.withGameServerGroupArn(String gameServerGroupArn)
A generated unique identifier for the game server group that includes the game server instance.
|
GameServerInstance |
GameServerInstance.withGameServerGroupName(String gameServerGroupName)
A developer-defined identifier for the game server group that includes the game server instance.
|
GameServerInstance |
GameServerInstance.withInstanceId(String instanceId)
The unique identifier for the instance where the game server is running.
|
GameServerInstance |
GameServerInstance.withInstanceStatus(GameServerInstanceStatus instanceStatus)
Current status of the game server instance
|
GameServerInstance |
GameServerInstance.withInstanceStatus(String instanceStatus)
Current status of the game server instance
|
| Modifier and Type | Method and Description |
|---|---|
List<GameServerInstance> |
DescribeGameServerInstancesResult.getGameServerInstances()
The collection of requested game server instances.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGameServerInstancesResult |
DescribeGameServerInstancesResult.withGameServerInstances(GameServerInstance... gameServerInstances)
The collection of requested game server instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeGameServerInstancesResult.setGameServerInstances(Collection<GameServerInstance> gameServerInstances)
The collection of requested game server instances.
|
DescribeGameServerInstancesResult |
DescribeGameServerInstancesResult.withGameServerInstances(Collection<GameServerInstance> gameServerInstances)
The collection of requested game server instances.
|
Copyright © 2023. All rights reserved.