| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static VirtualizationType |
VirtualizationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static VirtualizationType |
VirtualizationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualizationType[] |
VirtualizationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
VirtualizationType |
Image.virtualizationType()
The type of virtualization of the AMI.
|
VirtualizationType |
Instance.virtualizationType()
The virtualization type of the instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VirtualizationType> |
VirtualizationType.knownValues()
|
List<VirtualizationType> |
InstanceTypeInfo.supportedVirtualizationTypes()
The supported virtualization types.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceTypeInfo.Builder |
InstanceTypeInfo.Builder.supportedVirtualizationTypes(VirtualizationType... supportedVirtualizationTypes)
The supported virtualization types.
|
Image.Builder |
Image.Builder.virtualizationType(VirtualizationType virtualizationType)
The type of virtualization of the AMI.
|
Instance.Builder |
Instance.Builder.virtualizationType(VirtualizationType virtualizationType)
The virtualization type of the instance.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceTypeInfo.Builder |
InstanceTypeInfo.Builder.supportedVirtualizationTypes(Collection<VirtualizationType> supportedVirtualizationTypes)
The supported virtualization types.
|
Copyright © 2021. All rights reserved.