| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
GameServerGroup |
CreateGameServerGroupResponse.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.
|
GameServerGroup |
DeleteGameServerGroupResponse.gameServerGroup()
An object that describes the deleted game server group resource, with status updated to DELETE_SCHEDULED.
|
GameServerGroup |
SuspendGameServerGroupResponse.gameServerGroup()
An object that describes the game server group resource, with the SuspendedActions property updated to
reflect the suspended activity.
|
GameServerGroup |
DescribeGameServerGroupResponse.gameServerGroup()
An object that describes the requested game server group resource.
|
GameServerGroup |
ResumeGameServerGroupResponse.gameServerGroup()
An object that describes the game server group resource, with the SuspendedActions property updated to
reflect the resumed activity.
|
GameServerGroup |
UpdateGameServerGroupResponse.gameServerGroup()
An object that describes the game server group resource with updated properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<GameServerGroup> |
ListGameServerGroupsResponse.gameServerGroups()
A collection of game server group objects that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGameServerGroupResponse.Builder |
CreateGameServerGroupResponse.Builder.gameServerGroup(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.
|
DeleteGameServerGroupResponse.Builder |
DeleteGameServerGroupResponse.Builder.gameServerGroup(GameServerGroup gameServerGroup)
An object that describes the deleted game server group resource, with status updated to DELETE_SCHEDULED.
|
SuspendGameServerGroupResponse.Builder |
SuspendGameServerGroupResponse.Builder.gameServerGroup(GameServerGroup gameServerGroup)
An object that describes the game server group resource, with the SuspendedActions property updated to
reflect the suspended activity.
|
DescribeGameServerGroupResponse.Builder |
DescribeGameServerGroupResponse.Builder.gameServerGroup(GameServerGroup gameServerGroup)
An object that describes the requested game server group resource.
|
ResumeGameServerGroupResponse.Builder |
ResumeGameServerGroupResponse.Builder.gameServerGroup(GameServerGroup gameServerGroup)
An object that describes the game server group resource, with the SuspendedActions property updated to
reflect the resumed activity.
|
UpdateGameServerGroupResponse.Builder |
UpdateGameServerGroupResponse.Builder.gameServerGroup(GameServerGroup gameServerGroup)
An object that describes the game server group resource with updated properties.
|
ListGameServerGroupsResponse.Builder |
ListGameServerGroupsResponse.Builder.gameServerGroups(GameServerGroup... gameServerGroups)
A collection of game server group objects that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListGameServerGroupsResponse.Builder |
ListGameServerGroupsResponse.Builder.gameServerGroups(Collection<GameServerGroup> gameServerGroups)
A collection of game server group objects that match the request.
|
Copyright © 2020. All rights reserved.