| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
EC2InstanceType |
CreateFleetRequest.ec2InstanceType()
The Amazon GameLift-supported Amazon EC2 instance type to use for all fleet instances.
|
EC2InstanceType |
EC2InstanceLimit.ec2InstanceType()
The name of an Amazon EC2 instance type.
|
EC2InstanceType |
DescribeEc2InstanceLimitsRequest.ec2InstanceType()
Name of an Amazon 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()
The Amazon EC2 instance type that is used for all instances in a fleet.
|
EC2InstanceType |
FleetAttributes.instanceType()
The Amazon EC2 instance type that determines the computing resources of each instance in the fleet.
|
EC2InstanceType |
Compute.type()
The Amazon EC2 instance type that the fleet uses.
|
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 Amazon GameLift-supported Amazon EC2 instance type to use for all fleet instances.
|
EC2InstanceLimit.Builder |
EC2InstanceLimit.Builder.ec2InstanceType(EC2InstanceType ec2InstanceType)
The name of an Amazon EC2 instance type.
|
DescribeEc2InstanceLimitsRequest.Builder |
DescribeEc2InstanceLimitsRequest.Builder.ec2InstanceType(EC2InstanceType ec2InstanceType)
Name of an Amazon EC2 instance type that is supported in Amazon GameLift.
|
FleetCapacity.Builder |
FleetCapacity.Builder.instanceType(EC2InstanceType instanceType)
The Amazon EC2 instance type that is used for all instances in a fleet.
|
FleetAttributes.Builder |
FleetAttributes.Builder.instanceType(EC2InstanceType instanceType)
The Amazon EC2 instance type that determines the computing resources of each instance in the fleet.
|
Compute.Builder |
Compute.Builder.type(EC2InstanceType type)
The Amazon EC2 instance type that the fleet uses.
|
Instance.Builder |
Instance.Builder.type(EC2InstanceType type)
EC2 instance type that defines the computing resources of this instance.
|
Copyright © 2023. All rights reserved.