Uses of Class
software.amazon.awssdk.services.emr.model.InstanceTypeSpecification
-
Packages that use InstanceTypeSpecification Package Description software.amazon.awssdk.services.emr.model -
-
Uses of InstanceTypeSpecification in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type InstanceTypeSpecification Modifier and Type Method Description List<InstanceTypeSpecification>InstanceFleet. instanceTypeSpecifications()An array of specifications for the instance types that comprise an instance fleet.Methods in software.amazon.awssdk.services.emr.model with parameters of type InstanceTypeSpecification Modifier and Type Method Description InstanceFleet.BuilderInstanceFleet.Builder. instanceTypeSpecifications(InstanceTypeSpecification... instanceTypeSpecifications)An array of specifications for the instance types that comprise an instance fleet.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type InstanceTypeSpecification Modifier and Type Method Description InstanceFleet.BuilderInstanceFleet.Builder. instanceTypeSpecifications(Collection<InstanceTypeSpecification> instanceTypeSpecifications)An array of specifications for the instance types that comprise an instance fleet.
-