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 ArchitectureUse this in place of valueOf.static ArchitectureReturns 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 TypeMethodDescriptionvoidCreateInstanceRequest.setArchitecture(Architecture architecture) The instance architecture.voidInstance.setArchitecture(Architecture architecture) The instance architecture: "i386" or "x86_64".voidUpdateInstanceRequest.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.