Uses of Class
software.amazon.awssdk.services.emr.model.InstanceGroupType
-
Packages that use InstanceGroupType Package Description software.amazon.awssdk.services.emr.model -
-
Uses of InstanceGroupType in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return InstanceGroupType Modifier and Type Method Description static InstanceGroupTypeInstanceGroupType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceGroupTypeInstanceGroup. instanceGroupType()The type of the instance group.static InstanceGroupTypeInstanceGroupType. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceGroupType[]InstanceGroupType. 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 InstanceGroupType Modifier and Type Method Description List<InstanceGroupType>ListInstancesRequest. instanceGroupTypes()The type of instance group for which to list the instances.static Set<InstanceGroupType>InstanceGroupType. knownValues()Methods in software.amazon.awssdk.services.emr.model with parameters of type InstanceGroupType Modifier and Type Method Description InstanceGroup.BuilderInstanceGroup.Builder. instanceGroupType(InstanceGroupType instanceGroupType)The type of the instance group.ListInstancesRequest.BuilderListInstancesRequest.Builder. instanceGroupTypes(InstanceGroupType... instanceGroupTypes)The type of instance group for which to list the instances.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type InstanceGroupType Modifier and Type Method Description ListInstancesRequest.BuilderListInstancesRequest.Builder. instanceGroupTypes(Collection<InstanceGroupType> instanceGroupTypes)The type of instance group for which to list the instances.
-