Uses of Class
software.amazon.awssdk.services.gamelift.model.EC2InstanceCounts
-
Packages that use EC2InstanceCounts Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of EC2InstanceCounts in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return EC2InstanceCounts Modifier and Type Method Description EC2InstanceCountsFleetCapacity. instanceCounts()The current number of instances in the fleet, listed by instance status.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type EC2InstanceCounts Modifier and Type Method Description FleetCapacity.BuilderFleetCapacity.Builder. instanceCounts(EC2InstanceCounts instanceCounts)The current number of instances in the fleet, listed by instance status.
-