Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
static SpotProvisioningTimeoutAction |
SpotProvisioningTimeoutAction.fromValue(String value)
Use this in place of valueOf.
|
static SpotProvisioningTimeoutAction |
SpotProvisioningTimeoutAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpotProvisioningTimeoutAction[] |
SpotProvisioningTimeoutAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SpotProvisioningSpecification.setTimeoutAction(SpotProvisioningTimeoutAction timeoutAction)
The action to take when
TargetSpotCapacity has not been fulfilled when the
TimeoutDurationMinutes has expired. |
SpotProvisioningSpecification |
SpotProvisioningSpecification.withTimeoutAction(SpotProvisioningTimeoutAction timeoutAction)
The action to take when
TargetSpotCapacity has not been fulfilled when the
TimeoutDurationMinutes has expired. |
Copyright © 2017. All rights reserved.