Package | Description |
---|---|
com.amazonaws.services.gamelift.model |
Modifier and Type | Method and Description |
---|---|
static EC2InstanceType |
EC2InstanceType.fromValue(String value)
Use this in place of valueOf.
|
static EC2InstanceType |
EC2InstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EC2InstanceType[] |
EC2InstanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEC2InstanceLimitsRequest.setEC2InstanceType(EC2InstanceType eC2InstanceType)
Type of EC2 instances used in the fleet.
|
void |
EC2InstanceLimit.setEC2InstanceType(EC2InstanceType eC2InstanceType)
Type of EC2 instances used in the fleet.
|
void |
CreateFleetRequest.setEC2InstanceType(EC2InstanceType eC2InstanceType)
Type of EC2 instances used in the fleet.
|
void |
FleetCapacity.setInstanceType(EC2InstanceType instanceType)
Type of EC2 instances used in the fleet.
|
DescribeEC2InstanceLimitsRequest |
DescribeEC2InstanceLimitsRequest.withEC2InstanceType(EC2InstanceType eC2InstanceType)
Type of EC2 instances used in the fleet.
|
EC2InstanceLimit |
EC2InstanceLimit.withEC2InstanceType(EC2InstanceType eC2InstanceType)
Type of EC2 instances used in the fleet.
|
CreateFleetRequest |
CreateFleetRequest.withEC2InstanceType(EC2InstanceType eC2InstanceType)
Type of EC2 instances used in the fleet.
|
FleetCapacity |
FleetCapacity.withInstanceType(EC2InstanceType instanceType)
Type of EC2 instances used in the fleet.
|
Copyright © 2018. All rights reserved.