Uses of Class
software.amazon.awssdk.services.emr.model.OnDemandResizingSpecification
-
Packages that use OnDemandResizingSpecification Package Description software.amazon.awssdk.services.emr.model -
-
Uses of OnDemandResizingSpecification in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return OnDemandResizingSpecification Modifier and Type Method Description OnDemandResizingSpecificationInstanceFleetResizingSpecifications. onDemandResizeSpecification()The resize specification for On-Demand Instances in the instance fleet, which contains the allocation strategy, capacity reservation options, and the resize timeout period.Methods in software.amazon.awssdk.services.emr.model with parameters of type OnDemandResizingSpecification Modifier and Type Method Description InstanceFleetResizingSpecifications.BuilderInstanceFleetResizingSpecifications.Builder. onDemandResizeSpecification(OnDemandResizingSpecification onDemandResizeSpecification)The resize specification for On-Demand Instances in the instance fleet, which contains the allocation strategy, capacity reservation options, and the resize timeout period.
-