| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
ArchitectureValues |
Instance.architecture()
The architecture of the image.
|
ArchitectureValues |
Image.architecture()
The architecture of the image.
|
ArchitectureValues |
ImportInstanceLaunchSpecification.architecture()
The architecture of the instance.
|
ArchitectureValues |
RegisterImageRequest.architecture()
The architecture of the AMI.
|
static ArchitectureValues |
ArchitectureValues.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ArchitectureValues |
ArchitectureValues.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchitectureValues[] |
ArchitectureValues.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<ArchitectureValues> |
ArchitectureValues.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.architecture(ArchitectureValues architecture)
The architecture of the image.
|
Image.Builder |
Image.Builder.architecture(ArchitectureValues architecture)
The architecture of the image.
|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.architecture(ArchitectureValues architecture)
The architecture of the instance.
|
RegisterImageRequest.Builder |
RegisterImageRequest.Builder.architecture(ArchitectureValues architecture)
The architecture of the AMI.
|
Copyright © 2022. All rights reserved.