|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArchitectureValues | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of ArchitectureValues in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return ArchitectureValues | |
---|---|
static ArchitectureValues |
ArchitectureValues.fromValue(String value)
Use this in place of valueOf. |
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. |
Methods in com.amazonaws.services.ec2.model with parameters of type ArchitectureValues | |
---|---|
void |
RegisterImageRequest.setArchitecture(ArchitectureValues architecture)
The architecture of the AMI. |
void |
Instance.setArchitecture(ArchitectureValues architecture)
The architecture of the image. |
void |
ImportInstanceLaunchSpecification.setArchitecture(ArchitectureValues architecture)
The architecture of the instance. |
void |
Image.setArchitecture(ArchitectureValues architecture)
The architecture of the image. |
RegisterImageRequest |
RegisterImageRequest.withArchitecture(ArchitectureValues architecture)
The architecture of the AMI. |
Instance |
Instance.withArchitecture(ArchitectureValues architecture)
The architecture of the image. |
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withArchitecture(ArchitectureValues architecture)
The architecture of the instance. |
Image |
Image.withArchitecture(ArchitectureValues architecture)
The architecture of the image. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |