Uses of Class
com.amazonaws.services.gamelift.model.EC2InstanceCounts
Packages that use EC2InstanceCounts
-
Uses of EC2InstanceCounts in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return EC2InstanceCountsModifier and TypeMethodDescriptionEC2InstanceCounts.clone()
FleetCapacity.getInstanceCounts()
Current status of fleet capacity.EC2InstanceCounts.withACTIVE
(Integer aCTIVE) Actual number of active instances in the fleet.EC2InstanceCounts.withDESIRED
(Integer dESIRED) Ideal number of active instances in the fleet.Number of active instances in the fleet that are not currently hosting a game session.EC2InstanceCounts.withMAXIMUM
(Integer mAXIMUM) Maximum value allowed for the fleet's instance count.EC2InstanceCounts.withMINIMUM
(Integer mINIMUM) Minimum value allowed for the fleet's instance count.EC2InstanceCounts.withPENDING
(Integer pENDING) Number of instances in the fleet that are starting but not yet active.EC2InstanceCounts.withTERMINATING
(Integer tERMINATING) Number of instances in the fleet that are no longer active but haven't yet been terminated.Methods in com.amazonaws.services.gamelift.model with parameters of type EC2InstanceCountsModifier and TypeMethodDescriptionvoid
FleetCapacity.setInstanceCounts
(EC2InstanceCounts instanceCounts) Current status of fleet capacity.FleetCapacity.withInstanceCounts
(EC2InstanceCounts instanceCounts) Current status of fleet capacity.