| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
GameServerGroup |
GameServerGroup.clone() |
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 |
DescribeGameServerGroupResult.getGameServerGroup()
An object that describes the requested game server group resource.
|
GameServerGroup |
ResumeGameServerGroupResult.getGameServerGroup()
An object that describes the game server group resource, with the SuspendedActions property updated to
reflect the resumed activity.
|
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 |
DeleteGameServerGroupResult.getGameServerGroup()
An object that describes the deleted game server group resource, with status updated to DELETE_SCHEDULED.
|
GameServerGroup |
GameServerGroup.withAutoScalingGroupArn(String autoScalingGroupArn)
A generated unique ID for the EC2 Auto Scaling group with is associated with this game server group.
|
GameServerGroup |
GameServerGroup.withBalancingStrategy(BalancingStrategy balancingStrategy)
The fallback balancing method to use for the game server group when Spot instances in a Region become unavailable
or are not viable for game hosting.
|
GameServerGroup |
GameServerGroup.withBalancingStrategy(String balancingStrategy)
The fallback balancing method to use for the game server group when Spot instances in a Region become unavailable
or are not viable for game hosting.
|
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 EC2 instance types that GameLift FleetIQ can use when rebalancing and autoscaling instances in the
group.
|
GameServerGroup |
GameServerGroup.withInstanceDefinitions(InstanceDefinition... instanceDefinitions)
The set of EC2 instance types that GameLift FleetIQ can use when rebalancing and autoscaling instances in the
group.
|
GameServerGroup |
GameServerGroup.withLastUpdatedTime(Date lastUpdatedTime)
A time stamp indicating 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 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 |
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.
|
void |
DescribeGameServerGroupResult.setGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the requested game server group resource.
|
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 |
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 |
DeleteGameServerGroupResult.setGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the deleted game server group resource, with status updated to DELETE_SCHEDULED.
|
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.
|
DescribeGameServerGroupResult |
DescribeGameServerGroupResult.withGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the requested game server group resource.
|
ResumeGameServerGroupResult |
ResumeGameServerGroupResult.withGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the game server group resource, with the SuspendedActions property updated to
reflect the resumed activity.
|
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.
|
DeleteGameServerGroupResult |
DeleteGameServerGroupResult.withGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the deleted game server group resource, with status updated to DELETE_SCHEDULED.
|
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 © 2020. All rights reserved.