Uses of Enum
com.amazonaws.services.opsworks.model.RootDeviceType
Packages that use RootDeviceType
-
Uses of RootDeviceType in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return RootDeviceTypeModifier and TypeMethodDescriptionstatic RootDeviceType
Use this in place of valueOf.static RootDeviceType
Returns 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 TypeMethodDescriptionvoid
CloneStackRequest.setDefaultRootDeviceType
(RootDeviceType defaultRootDeviceType) The default root device type.void
CreateStackRequest.setDefaultRootDeviceType
(RootDeviceType defaultRootDeviceType) The default root device type.void
Stack.setDefaultRootDeviceType
(RootDeviceType defaultRootDeviceType) The default root device type.void
UpdateStackRequest.setDefaultRootDeviceType
(RootDeviceType defaultRootDeviceType) The default root device type.void
CreateInstanceRequest.setRootDeviceType
(RootDeviceType rootDeviceType) The instance root device type.void
Instance.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.