Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
static AutoScalingType |
AutoScalingType.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
UpdateInstanceRequest.setAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type.
|
void |
Instance.setAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type.
|
void |
CreateInstanceRequest.setAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type.
|
UpdateInstanceRequest |
UpdateInstanceRequest.withAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type.
|
Instance |
Instance.withAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type.
|
CreateInstanceRequest |
CreateInstanceRequest.withAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type.
|
Copyright © 2018. All rights reserved.