Uses of Interface
software.amazon.awssdk.services.gamelift.model.GameServerContainerGroupCounts.Builder
-
Packages that use GameServerContainerGroupCounts.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of GameServerContainerGroupCounts.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return GameServerContainerGroupCounts.Builder Modifier and Type Method Description GameServerContainerGroupCounts.BuilderGameServerContainerGroupCounts.Builder. active(Integer active)The number of container groups that have active game sessions.static GameServerContainerGroupCounts.BuilderGameServerContainerGroupCounts. builder()GameServerContainerGroupCounts.BuilderGameServerContainerGroupCounts.Builder. idle(Integer idle)The number of container groups that have no active game sessions.GameServerContainerGroupCounts.BuilderGameServerContainerGroupCounts.Builder. pending(Integer pending)The number of container groups that are starting up but haven't yet registered.GameServerContainerGroupCounts.BuilderGameServerContainerGroupCounts.Builder. terminating(Integer terminating)The number of container groups that are in the process of shutting down.GameServerContainerGroupCounts.BuilderGameServerContainerGroupCounts. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type GameServerContainerGroupCounts.Builder Modifier and Type Method Description static Class<? extends GameServerContainerGroupCounts.Builder>GameServerContainerGroupCounts. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type GameServerContainerGroupCounts.Builder Modifier and Type Method Description default FleetCapacity.BuilderFleetCapacity.Builder. gameServerContainerGroupCounts(Consumer<GameServerContainerGroupCounts.Builder> gameServerContainerGroupCounts)The number and status of game server container groups deployed in a container fleet.
-