void |
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 |
CloneStackRequest.withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType) |
The default root device type.
|
CreateStackRequest |
CreateStackRequest.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.
|
CreateInstanceRequest |
CreateInstanceRequest.withRootDeviceType(RootDeviceType rootDeviceType) |
The instance root device type.
|
Instance |
Instance.withRootDeviceType(RootDeviceType rootDeviceType) |
The instance's root device type.
|