Package | Description |
---|---|
com.amazonaws.services.gamelift.model | |
com.amazonaws.services.gamelift.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<FleetCapacity> |
DescribeFleetCapacityResult.fleetCapacity
Collection of objects containing capacity information for each requested
fleet ID.
|
Modifier and Type | Method and Description |
---|---|
FleetCapacity |
FleetCapacity.clone() |
FleetCapacity |
FleetCapacity.withFleetId(java.lang.String fleetId)
Unique identifier for a fleet.
|
FleetCapacity |
FleetCapacity.withInstanceCounts(EC2InstanceCounts instanceCounts)
Current status of fleet capacity.
|
FleetCapacity |
FleetCapacity.withInstanceType(EC2InstanceType instanceType)
Type of EC2 instances used in the fleet.
|
FleetCapacity |
FleetCapacity.withInstanceType(java.lang.String instanceType)
Type of EC2 instances used in the fleet.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FleetCapacity> |
DescribeFleetCapacityResult.getFleetCapacity()
Collection of objects containing capacity information for each requested
fleet ID.
|
Modifier and Type | Method and Description |
---|---|
DescribeFleetCapacityResult |
DescribeFleetCapacityResult.withFleetCapacity(FleetCapacity... fleetCapacity)
Collection of objects containing capacity information for each requested
fleet ID.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeFleetCapacityResult.setFleetCapacity(java.util.Collection<FleetCapacity> fleetCapacity)
Collection of objects containing capacity information for each requested
fleet ID.
|
DescribeFleetCapacityResult |
DescribeFleetCapacityResult.withFleetCapacity(java.util.Collection<FleetCapacity> fleetCapacity)
Collection of objects containing capacity information for each requested
fleet ID.
|
Modifier and Type | Method and Description |
---|---|
FleetCapacity |
FleetCapacityJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
FleetCapacityJsonMarshaller.marshall(FleetCapacity fleetCapacity,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|