Uses of Class
software.amazon.awssdk.services.opsworks.model.RootDeviceType
-
Packages that use RootDeviceType Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of RootDeviceType in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return RootDeviceType Modifier and Type Method Description RootDeviceTypeCloneStackRequest. defaultRootDeviceType()The default root device type.RootDeviceTypeCreateStackRequest. defaultRootDeviceType()The default root device type.RootDeviceTypeStack. defaultRootDeviceType()The default root device type.RootDeviceTypeUpdateStackRequest. defaultRootDeviceType()The default root device type.static RootDeviceTypeRootDeviceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RootDeviceTypeCreateInstanceRequest. rootDeviceType()The instance root device type.RootDeviceTypeInstance. rootDeviceType()The instance's root device type.static RootDeviceTypeRootDeviceType. valueOf(String name)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 software.amazon.awssdk.services.opsworks.model that return types with arguments of type RootDeviceType Modifier and Type Method Description static Set<RootDeviceType>RootDeviceType. knownValues()Methods in software.amazon.awssdk.services.opsworks.model with parameters of type RootDeviceType Modifier and Type Method Description CloneStackRequest.BuilderCloneStackRequest.Builder. defaultRootDeviceType(RootDeviceType defaultRootDeviceType)The default root device type.CreateStackRequest.BuilderCreateStackRequest.Builder. defaultRootDeviceType(RootDeviceType defaultRootDeviceType)The default root device type.Stack.BuilderStack.Builder. defaultRootDeviceType(RootDeviceType defaultRootDeviceType)The default root device type.UpdateStackRequest.BuilderUpdateStackRequest.Builder. defaultRootDeviceType(RootDeviceType defaultRootDeviceType)The default root device type.CreateInstanceRequest.BuilderCreateInstanceRequest.Builder. rootDeviceType(RootDeviceType rootDeviceType)The instance root device type.Instance.BuilderInstance.Builder. rootDeviceType(RootDeviceType rootDeviceType)The instance's root device type.
-