| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
GameServerGroup |
GameServerGroup.clone() |
GameServerGroup |
DeleteGameServerGroupResult.getGameServerGroup()
An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED. |
GameServerGroup |
ResumeGameServerGroupResult.getGameServerGroup()
An object that describes the game server group resource, with the
SuspendedActions property updated
to reflect the resumed activity. |
GameServerGroup |
DescribeGameServerGroupResult.getGameServerGroup()
An object with the property settings for the requested game server group resource.
|
GameServerGroup |
SuspendGameServerGroupResult.getGameServerGroup()
An object that describes the game server group resource, with the
SuspendedActions property updated
to reflect the suspended activity. |
GameServerGroup |
UpdateGameServerGroupResult.getGameServerGroup()
An object that describes the game server group resource with updated properties.
|
GameServerGroup |
CreateGameServerGroupResult.getGameServerGroup()
The newly created game server group object, including the new ARN value for the GameLift FleetIQ game server
group and the object's status.
|
GameServerGroup |
GameServerGroup.withAutoScalingGroupArn(String autoScalingGroupArn)
A generated unique ID for the Amazon EC2 Auto Scaling group that is associated with this game server group.
|
GameServerGroup |
GameServerGroup.withBalancingStrategy(BalancingStrategy balancingStrategy)
Indicates how GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server
group.
|
GameServerGroup |
GameServerGroup.withBalancingStrategy(String balancingStrategy)
Indicates how GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server
group.
|
GameServerGroup |
GameServerGroup.withCreationTime(Date creationTime)
A time stamp indicating when this data object was created.
|
GameServerGroup |
GameServerGroup.withGameServerGroupArn(String gameServerGroupArn)
A generated unique ID for the game server group.
|
GameServerGroup |
GameServerGroup.withGameServerGroupName(String gameServerGroupName)
A developer-defined identifier for the game server group.
|
GameServerGroup |
GameServerGroup.withGameServerProtectionPolicy(GameServerProtectionPolicy gameServerProtectionPolicy)
A flag that indicates whether instances in the game server group are protected from early termination.
|
GameServerGroup |
GameServerGroup.withGameServerProtectionPolicy(String gameServerProtectionPolicy)
A flag that indicates whether instances in the game server group are protected from early termination.
|
GameServerGroup |
GameServerGroup.withInstanceDefinitions(Collection<InstanceDefinition> instanceDefinitions)
The set of Amazon EC2 instance types that GameLift FleetIQ can use when balancing and automatically scaling
instances in the corresponding Auto Scaling group.
|
GameServerGroup |
GameServerGroup.withInstanceDefinitions(InstanceDefinition... instanceDefinitions)
The set of Amazon EC2 instance types that GameLift FleetIQ can use when balancing and automatically scaling
instances in the corresponding Auto Scaling group.
|
GameServerGroup |
GameServerGroup.withLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when this game server group was last updated.
|
GameServerGroup |
GameServerGroup.withRoleArn(String roleArn)
The Amazon Resource Name (ARN)
for an IAM role that allows Amazon GameLift to access your Amazon EC2 Auto Scaling groups.
|
GameServerGroup |
GameServerGroup.withStatus(GameServerGroupStatus status)
The current status of the game server group.
|
GameServerGroup |
GameServerGroup.withStatus(String status)
The current status of the game server group.
|
GameServerGroup |
GameServerGroup.withStatusReason(String statusReason)
Additional information about the current game server group status.
|
GameServerGroup |
GameServerGroup.withSuspendedActions(Collection<String> suspendedActions)
A list of activities that are currently suspended for this game server group.
|
GameServerGroup |
GameServerGroup.withSuspendedActions(GameServerGroupAction... suspendedActions)
A list of activities that are currently suspended for this game server group.
|
GameServerGroup |
GameServerGroup.withSuspendedActions(String... suspendedActions)
A list of activities that are currently suspended for this game server group.
|
| Modifier and Type | Method and Description |
|---|---|
List<GameServerGroup> |
ListGameServerGroupsResult.getGameServerGroups()
A collection of game server group objects that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteGameServerGroupResult.setGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED. |
void |
ResumeGameServerGroupResult.setGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the game server group resource, with the
SuspendedActions property updated
to reflect the resumed activity. |
void |
DescribeGameServerGroupResult.setGameServerGroup(GameServerGroup gameServerGroup)
An object with the property settings for the requested game server group resource.
|
void |
SuspendGameServerGroupResult.setGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the game server group resource, with the
SuspendedActions property updated
to reflect the suspended activity. |
void |
UpdateGameServerGroupResult.setGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the game server group resource with updated properties.
|
void |
CreateGameServerGroupResult.setGameServerGroup(GameServerGroup gameServerGroup)
The newly created game server group object, including the new ARN value for the GameLift FleetIQ game server
group and the object's status.
|
DeleteGameServerGroupResult |
DeleteGameServerGroupResult.withGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED. |
ResumeGameServerGroupResult |
ResumeGameServerGroupResult.withGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the game server group resource, with the
SuspendedActions property updated
to reflect the resumed activity. |
DescribeGameServerGroupResult |
DescribeGameServerGroupResult.withGameServerGroup(GameServerGroup gameServerGroup)
An object with the property settings for the requested game server group resource.
|
SuspendGameServerGroupResult |
SuspendGameServerGroupResult.withGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the game server group resource, with the
SuspendedActions property updated
to reflect the suspended activity. |
UpdateGameServerGroupResult |
UpdateGameServerGroupResult.withGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the game server group resource with updated properties.
|
CreateGameServerGroupResult |
CreateGameServerGroupResult.withGameServerGroup(GameServerGroup gameServerGroup)
The newly created game server group object, including the new ARN value for the GameLift FleetIQ game server
group and the object's status.
|
ListGameServerGroupsResult |
ListGameServerGroupsResult.withGameServerGroups(GameServerGroup... gameServerGroups)
A collection of game server group objects that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGameServerGroupsResult.setGameServerGroups(Collection<GameServerGroup> gameServerGroups)
A collection of game server group objects that match the request.
|
ListGameServerGroupsResult |
ListGameServerGroupsResult.withGameServerGroups(Collection<GameServerGroup> gameServerGroups)
A collection of game server group objects that match the request.
|
Copyright © 2022. All rights reserved.