| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static AllowsMultipleInstanceTypes |
AllowsMultipleInstanceTypes.fromValue(String value)
Use this in place of valueOf.
|
static AllowsMultipleInstanceTypes |
AllowsMultipleInstanceTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllowsMultipleInstanceTypes[] |
AllowsMultipleInstanceTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Host.setAllowsMultipleInstanceTypes(AllowsMultipleInstanceTypes allowsMultipleInstanceTypes)
Indicates whether the Dedicated Host supports multiple instance types of the same instance family.
|
Host |
Host.withAllowsMultipleInstanceTypes(AllowsMultipleInstanceTypes allowsMultipleInstanceTypes)
Indicates whether the Dedicated Host supports multiple instance types of the same instance family.
|
Copyright © 2023. All rights reserved.