| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
EC2InstanceType |
CreateFleetRequest.ec2InstanceType()
The name of an EC2 instance type that is supported in Amazon GameLift.
|
EC2InstanceType |
EC2InstanceLimit.ec2InstanceType()
Name of an EC2 instance type that is supported in Amazon GameLift.
|
EC2InstanceType |
DescribeEc2InstanceLimitsRequest.ec2InstanceType()
Name of an EC2 instance type that is supported in Amazon GameLift.
|
static EC2InstanceType |
EC2InstanceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EC2InstanceType |
FleetCapacity.instanceType()
Name of an EC2 instance type that is supported in Amazon GameLift.
|
EC2InstanceType |
FleetAttributes.instanceType()
EC2 instance type indicating the computing resources of each instance in the fleet, including CPU, memory,
storage, and networking capacity.
|
EC2InstanceType |
Instance.type()
EC2 instance type that defines the computing resources of this instance.
|
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 |
|---|---|
static Set<EC2InstanceType> |
EC2InstanceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.ec2InstanceType(EC2InstanceType ec2InstanceType)
The name of an EC2 instance type that is supported in Amazon GameLift.
|
EC2InstanceLimit.Builder |
EC2InstanceLimit.Builder.ec2InstanceType(EC2InstanceType ec2InstanceType)
Name of an EC2 instance type that is supported in Amazon GameLift.
|
DescribeEc2InstanceLimitsRequest.Builder |
DescribeEc2InstanceLimitsRequest.Builder.ec2InstanceType(EC2InstanceType ec2InstanceType)
Name of an EC2 instance type that is supported in Amazon GameLift.
|
FleetCapacity.Builder |
FleetCapacity.Builder.instanceType(EC2InstanceType instanceType)
Name of an EC2 instance type that is supported in Amazon GameLift.
|
FleetAttributes.Builder |
FleetAttributes.Builder.instanceType(EC2InstanceType instanceType)
EC2 instance type indicating the computing resources of each instance in the fleet, including CPU, memory,
storage, and networking capacity.
|
Instance.Builder |
Instance.Builder.type(EC2InstanceType type)
EC2 instance type that defines the computing resources of this instance.
|
Copyright © 2020. All rights reserved.