|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Architecture | |
---|---|
com.amazonaws.services.opsworks.model | Classes modeling the various types represented by AWSOpsWorks. |
Uses of Architecture in com.amazonaws.services.opsworks.model |
---|
Methods in com.amazonaws.services.opsworks.model that return Architecture | |
---|---|
static Architecture |
Architecture.fromValue(String value)
Use this in place of valueOf. |
static Architecture |
Architecture.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Architecture[] |
Architecture.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.amazonaws.services.opsworks.model with parameters of type Architecture | |
---|---|
void |
UpdateInstanceRequest.setArchitecture(Architecture architecture)
The instance architecture. |
void |
Instance.setArchitecture(Architecture architecture)
The instance architecture, "i386" or "x86_64". |
void |
CreateInstanceRequest.setArchitecture(Architecture architecture)
The instance architecture. |
UpdateInstanceRequest |
UpdateInstanceRequest.withArchitecture(Architecture architecture)
The instance architecture. |
Instance |
Instance.withArchitecture(Architecture architecture)
The instance architecture, "i386" or "x86_64". |
CreateInstanceRequest |
CreateInstanceRequest.withArchitecture(Architecture architecture)
The instance architecture. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |