Uses of Enum
com.amazonaws.services.opsworks.model.Architecture
Packages that use Architecture
-
Uses of Architecture in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return ArchitectureModifier and TypeMethodDescriptionstatic Architecture
Use this in place of valueOf.static Architecture
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 ArchitectureModifier and TypeMethodDescriptionvoid
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.withArchitecture
(Architecture architecture) The instance architecture.Instance.withArchitecture
(Architecture architecture) The instance architecture: "i386" or "x86_64".UpdateInstanceRequest.withArchitecture
(Architecture architecture) The instance architecture.