| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingType |
CreateInstanceRequest.autoScalingType()
For load-based or time-based instances, the type.
|
AutoScalingType |
Instance.autoScalingType()
For load-based or time-based instances, the type.
|
AutoScalingType |
UpdateInstanceRequest.autoScalingType()
For load-based or time-based instances, the type.
|
static AutoScalingType |
AutoScalingType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AutoScalingType |
AutoScalingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoScalingType[] |
AutoScalingType.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<AutoScalingType> |
AutoScalingType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateInstanceRequest.Builder |
CreateInstanceRequest.Builder.autoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type.
|
Instance.Builder |
Instance.Builder.autoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type.
|
UpdateInstanceRequest.Builder |
UpdateInstanceRequest.Builder.autoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type.
|
Copyright © 2023. All rights reserved.