Uses of Class
com.amazonaws.services.opsworks.model.Architecture
-
Packages that use Architecture Package Description com.amazonaws.services.opsworks.model -
-
Uses of Architecture in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return Architecture Modifier and Type Method Description 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 Modifier and Type Method Description void
CreateInstanceRequest. setArchitecture(Architecture architecture)
The instance architecture.void
Instance. setArchitecture(Architecture architecture)
The instance architecture: "i386" or "x86_64".void
UpdateInstanceRequest. setArchitecture(Architecture architecture)
The instance architecture.CreateInstanceRequest
CreateInstanceRequest. withArchitecture(Architecture architecture)
The instance architecture.Instance
Instance. withArchitecture(Architecture architecture)
The instance architecture: "i386" or "x86_64".UpdateInstanceRequest
UpdateInstanceRequest. withArchitecture(Architecture architecture)
The instance architecture.
-