| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model | |
| software.amazon.awssdk.services.gamelift.paginators |
| Modifier and Type | Method and Description |
|---|---|
GameServerGroup |
DescribeGameServerGroupResponse.gameServerGroup()
An object with the property settings for 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.
|
GameServerGroup |
CreateGameServerGroupResponse.gameServerGroup()
The newly created game server group object, including the new ARN value for the Amazon GameLift FleetIQ game
server group and the object's status.
|
GameServerGroup |
SuspendGameServerGroupResponse.gameServerGroup()
An object that describes the game server group resource, with the
SuspendedActions property updated
to reflect the suspended activity. |
GameServerGroup |
DeleteGameServerGroupResponse.gameServerGroup()
An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED. |
| Modifier and Type | Method and Description |
|---|---|
List<GameServerGroup> |
ListGameServerGroupsResponse.gameServerGroups()
The game server groups' game server groups.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGameServerGroupResponse.Builder |
DescribeGameServerGroupResponse.Builder.gameServerGroup(GameServerGroup gameServerGroup)
An object with the property settings for 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.
|
CreateGameServerGroupResponse.Builder |
CreateGameServerGroupResponse.Builder.gameServerGroup(GameServerGroup gameServerGroup)
The newly created game server group object, including the new ARN value for the Amazon GameLift FleetIQ game
server group and the object's status.
|
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. |
DeleteGameServerGroupResponse.Builder |
DeleteGameServerGroupResponse.Builder.gameServerGroup(GameServerGroup gameServerGroup)
An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED. |
ListGameServerGroupsResponse.Builder |
ListGameServerGroupsResponse.Builder.gameServerGroups(GameServerGroup... gameServerGroups)
The game server groups' game server groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListGameServerGroupsResponse.Builder |
ListGameServerGroupsResponse.Builder.gameServerGroups(Collection<GameServerGroup> gameServerGroups)
The game server groups' game server groups.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<GameServerGroup> |
ListGameServerGroupsIterable.gameServerGroups()
Returns an iterable to iterate through the paginated
ListGameServerGroupsResponse.gameServerGroups()
member. |
SdkPublisher<GameServerGroup> |
ListGameServerGroupsPublisher.gameServerGroups()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.