| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static InstanceClass |
InstanceClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceClass[] |
InstanceClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static InstanceType |
InstanceType.of(InstanceClass instanceClass,
InstanceSize instanceSize)
(experimental) Instance type for EC2 instances.
|
Copyright © 2021. All rights reserved.