Package | Description |
---|---|
com.amazonaws.services.gamelift.model | |
com.amazonaws.services.gamelift.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<EC2InstanceLimit> |
DescribeEC2InstanceLimitsResult.eC2InstanceLimits
Object containing the maximum number of instances for the specified
instance type.
|
Modifier and Type | Method and Description |
---|---|
EC2InstanceLimit |
EC2InstanceLimit.clone() |
EC2InstanceLimit |
EC2InstanceLimit.withCurrentInstances(java.lang.Integer currentInstances)
Number of instances of the specified type that are currently in use by
this AWS account.
|
EC2InstanceLimit |
EC2InstanceLimit.withEC2InstanceType(EC2InstanceType eC2InstanceType)
Type of EC2 instances used in the fleet.
|
EC2InstanceLimit |
EC2InstanceLimit.withEC2InstanceType(java.lang.String eC2InstanceType)
Type of EC2 instances used in the fleet.
|
EC2InstanceLimit |
EC2InstanceLimit.withInstanceLimit(java.lang.Integer instanceLimit)
Number of instances allowed.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EC2InstanceLimit> |
DescribeEC2InstanceLimitsResult.getEC2InstanceLimits()
Object containing the maximum number of instances for the specified
instance type.
|
Modifier and Type | Method and Description |
---|---|
DescribeEC2InstanceLimitsResult |
DescribeEC2InstanceLimitsResult.withEC2InstanceLimits(EC2InstanceLimit... eC2InstanceLimits)
Object containing the maximum number of instances for the specified
instance type.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEC2InstanceLimitsResult.setEC2InstanceLimits(java.util.Collection<EC2InstanceLimit> eC2InstanceLimits)
Object containing the maximum number of instances for the specified
instance type.
|
DescribeEC2InstanceLimitsResult |
DescribeEC2InstanceLimitsResult.withEC2InstanceLimits(java.util.Collection<EC2InstanceLimit> eC2InstanceLimits)
Object containing the maximum number of instances for the specified
instance type.
|
Modifier and Type | Method and Description |
---|---|
EC2InstanceLimit |
EC2InstanceLimitJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EC2InstanceLimitJsonMarshaller.marshall(EC2InstanceLimit eC2InstanceLimit,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|