Package | Description |
---|---|
com.amazonaws.services.gamelift.model | |
com.amazonaws.services.gamelift.model.transform |
Modifier and Type | Field and Description |
---|---|
private EC2InstanceCounts |
FleetCapacity.instanceCounts
Current status of fleet capacity.
|
Modifier and Type | Method and Description |
---|---|
EC2InstanceCounts |
EC2InstanceCounts.clone() |
EC2InstanceCounts |
FleetCapacity.getInstanceCounts()
Current status of fleet capacity.
|
EC2InstanceCounts |
EC2InstanceCounts.withACTIVE(java.lang.Integer aCTIVE)
Actual number of active instances in the fleet.
|
EC2InstanceCounts |
EC2InstanceCounts.withDESIRED(java.lang.Integer dESIRED)
Ideal number of active instances in the fleet.
|
EC2InstanceCounts |
EC2InstanceCounts.withIDLE(java.lang.Integer iDLE)
Number of active instances in the fleet that are not currently hosting a
game session.
|
EC2InstanceCounts |
EC2InstanceCounts.withMAXIMUM(java.lang.Integer mAXIMUM)
Maximum value allowed for the fleet's instance count.
|
EC2InstanceCounts |
EC2InstanceCounts.withMINIMUM(java.lang.Integer mINIMUM)
Minimum value allowed for the fleet's instance count.
|
EC2InstanceCounts |
EC2InstanceCounts.withPENDING(java.lang.Integer pENDING)
Number of instances in the fleet that are starting but not yet active.
|
EC2InstanceCounts |
EC2InstanceCounts.withTERMINATING(java.lang.Integer tERMINATING)
Number of instances in the fleet that are no longer active but haven't
yet been terminated.
|
Modifier and Type | Method and Description |
---|---|
void |
FleetCapacity.setInstanceCounts(EC2InstanceCounts instanceCounts)
Current status of fleet capacity.
|
FleetCapacity |
FleetCapacity.withInstanceCounts(EC2InstanceCounts instanceCounts)
Current status of fleet capacity.
|
Modifier and Type | Method and Description |
---|---|
EC2InstanceCounts |
EC2InstanceCountsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EC2InstanceCountsJsonMarshaller.marshall(EC2InstanceCounts eC2InstanceCounts,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|