| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
AllowsMultipleInstanceTypes |
Host.allowsMultipleInstanceTypes()
Indicates whether the Dedicated Host supports multiple instance types of the same instance family, or a specific
instance type only.
|
static AllowsMultipleInstanceTypes |
AllowsMultipleInstanceTypes.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AllowsMultipleInstanceTypes> |
AllowsMultipleInstanceTypes.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Host.Builder |
Host.Builder.allowsMultipleInstanceTypes(AllowsMultipleInstanceTypes allowsMultipleInstanceTypes)
Indicates whether the Dedicated Host supports multiple instance types of the same instance family, or a
specific instance type only.
|
Copyright © 2020. All rights reserved.