| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
RootDeviceType |
Stack.defaultRootDeviceType()
The default root device type.
|
RootDeviceType |
CreateStackRequest.defaultRootDeviceType()
The default root device type.
|
RootDeviceType |
UpdateStackRequest.defaultRootDeviceType()
The default root device type.
|
RootDeviceType |
CloneStackRequest.defaultRootDeviceType()
The default root device type.
|
static RootDeviceType |
RootDeviceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RootDeviceType |
CreateInstanceRequest.rootDeviceType()
The instance root device type.
|
RootDeviceType |
Instance.rootDeviceType()
The instance's root device type.
|
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 |
|---|---|
static Set<RootDeviceType> |
RootDeviceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Stack.Builder |
Stack.Builder.defaultRootDeviceType(RootDeviceType defaultRootDeviceType)
The default root device type.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.defaultRootDeviceType(RootDeviceType defaultRootDeviceType)
The default root device type.
|
UpdateStackRequest.Builder |
UpdateStackRequest.Builder.defaultRootDeviceType(RootDeviceType defaultRootDeviceType)
The default root device type.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.defaultRootDeviceType(RootDeviceType defaultRootDeviceType)
The default root device type.
|
CreateInstanceRequest.Builder |
CreateInstanceRequest.Builder.rootDeviceType(RootDeviceType rootDeviceType)
The instance root device type.
|
Instance.Builder |
Instance.Builder.rootDeviceType(RootDeviceType rootDeviceType)
The instance's root device type.
|
Copyright © 2023. All rights reserved.