Uses of Enum
com.amazonaws.services.opsworks.model.RootDeviceType
Packages that use RootDeviceType
-
Uses of RootDeviceType in com.amazonaws.services.opsworks.model
Subclasses with type arguments of type RootDeviceType in com.amazonaws.services.opsworks.modelMethods in com.amazonaws.services.opsworks.model that return RootDeviceTypeModifier and TypeMethodDescriptionstatic RootDeviceTypeUse this in place of valueOf.static RootDeviceTypeReturns the enum constant of this type with the specified name.static RootDeviceType[]RootDeviceType.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 RootDeviceTypeModifier and TypeMethodDescriptionvoidCloneStackRequest.setDefaultRootDeviceType(RootDeviceType defaultRootDeviceType) The default root device type.voidCreateStackRequest.setDefaultRootDeviceType(RootDeviceType defaultRootDeviceType) The default root device type.voidStack.setDefaultRootDeviceType(RootDeviceType defaultRootDeviceType) The default root device type.voidUpdateStackRequest.setDefaultRootDeviceType(RootDeviceType defaultRootDeviceType) The default root device type.voidCreateInstanceRequest.setRootDeviceType(RootDeviceType rootDeviceType) The instance root device type.voidInstance.setRootDeviceType(RootDeviceType rootDeviceType) The instance's root device type.CloneStackRequest.withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType) The default root device type.CreateStackRequest.withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType) The default root device type.Stack.withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType) The default root device type.UpdateStackRequest.withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType) The default root device type.CreateInstanceRequest.withRootDeviceType(RootDeviceType rootDeviceType) The instance root device type.Instance.withRootDeviceType(RootDeviceType rootDeviceType) The instance's root device type.