Uses of Class
software.amazon.awssdk.services.emr.model.OnDemandProvisioningAllocationStrategy
-
Packages that use OnDemandProvisioningAllocationStrategy Package Description software.amazon.awssdk.services.emr.model -
-
Uses of OnDemandProvisioningAllocationStrategy in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return OnDemandProvisioningAllocationStrategy Modifier and Type Method Description OnDemandProvisioningAllocationStrategyOnDemandProvisioningSpecification. allocationStrategy()Specifies the strategy to use in launching On-Demand instance fleets.OnDemandProvisioningAllocationStrategyOnDemandResizingSpecification. allocationStrategy()Specifies the allocation strategy to use to launch On-Demand instances during a resize.static OnDemandProvisioningAllocationStrategyOnDemandProvisioningAllocationStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OnDemandProvisioningAllocationStrategyOnDemandProvisioningAllocationStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static OnDemandProvisioningAllocationStrategy[]OnDemandProvisioningAllocationStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type OnDemandProvisioningAllocationStrategy Modifier and Type Method Description static Set<OnDemandProvisioningAllocationStrategy>OnDemandProvisioningAllocationStrategy. knownValues()Methods in software.amazon.awssdk.services.emr.model with parameters of type OnDemandProvisioningAllocationStrategy Modifier and Type Method Description OnDemandProvisioningSpecification.BuilderOnDemandProvisioningSpecification.Builder. allocationStrategy(OnDemandProvisioningAllocationStrategy allocationStrategy)Specifies the strategy to use in launching On-Demand instance fleets.OnDemandResizingSpecification.BuilderOnDemandResizingSpecification.Builder. allocationStrategy(OnDemandProvisioningAllocationStrategy allocationStrategy)Specifies the allocation strategy to use to launch On-Demand instances during a resize.
-