| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static ListGameServerGroupsResponse.Builder |
ListGameServerGroupsResponse.builder() |
ListGameServerGroupsResponse.Builder |
ListGameServerGroupsResponse.Builder.gameServerGroups(Collection<GameServerGroup> gameServerGroups)
A collection of game server group objects that match the request.
|
ListGameServerGroupsResponse.Builder |
ListGameServerGroupsResponse.Builder.gameServerGroups(Consumer<GameServerGroup.Builder>... gameServerGroups)
A collection of game server group objects that match the request.
|
ListGameServerGroupsResponse.Builder |
ListGameServerGroupsResponse.Builder.gameServerGroups(GameServerGroup... gameServerGroups)
A collection of game server group objects that match the request.
|
ListGameServerGroupsResponse.Builder |
ListGameServerGroupsResponse.Builder.nextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
ListGameServerGroupsResponse.Builder |
ListGameServerGroupsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListGameServerGroupsResponse.Builder> |
ListGameServerGroupsResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.