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; that is, when all Spot instances could not be provisioned within
the Spot provisioning timeout. |
SpotProvisioningSpecification |
SpotProvisioningSpecification.withTimeoutAction(SpotProvisioningTimeoutAction timeoutAction)
The action to take when
TargetSpotCapacity has not been fulfilled when the
TimeoutDurationMinutes has expired; that is, when all Spot instances could not be provisioned within
the Spot provisioning timeout. |
Copyright © 2019. All rights reserved.