Uses of Interface
software.amazon.awssdk.services.gamelift.model.CreateGameServerGroupResponse.Builder
-
Packages that use CreateGameServerGroupResponse.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of CreateGameServerGroupResponse.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return CreateGameServerGroupResponse.Builder Modifier and Type Method Description static CreateGameServerGroupResponse.BuilderCreateGameServerGroupResponse. builder()default CreateGameServerGroupResponse.BuilderCreateGameServerGroupResponse.Builder. gameServerGroup(Consumer<GameServerGroup.Builder> 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.CreateGameServerGroupResponse.BuilderCreateGameServerGroupResponse.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.CreateGameServerGroupResponse.BuilderCreateGameServerGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type CreateGameServerGroupResponse.Builder Modifier and Type Method Description static Class<? extends CreateGameServerGroupResponse.Builder>CreateGameServerGroupResponse. serializableBuilderClass()
-