Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
static RootDeviceType |
RootDeviceType.fromValue(String value)
Use this in place of valueOf.
|
static RootDeviceType |
RootDeviceType.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.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateStackRequest.setDefaultRootDeviceType(RootDeviceType defaultRootDeviceType)
The default root device type.
|
void |
CloneStackRequest.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 |
Instance.setRootDeviceType(RootDeviceType rootDeviceType)
The instance's root device type.
|
void |
CreateInstanceRequest.setRootDeviceType(RootDeviceType rootDeviceType)
The instance root device type.
|
CreateStackRequest |
CreateStackRequest.withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType)
The default root device type.
|
CloneStackRequest |
CloneStackRequest.withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType)
The default root device type.
|
Stack |
Stack.withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType)
The default root device type.
|
UpdateStackRequest |
UpdateStackRequest.withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType)
The default root device type.
|
Instance |
Instance.withRootDeviceType(RootDeviceType rootDeviceType)
The instance's root device type.
|
CreateInstanceRequest |
CreateInstanceRequest.withRootDeviceType(RootDeviceType rootDeviceType)
The instance root device type.
|
Copyright © 2018. All rights reserved.