Uses of Class
software.amazon.awssdk.services.emr.model.InstanceFleetType
-
Packages that use InstanceFleetType Package Description software.amazon.awssdk.services.emr.model -
-
Uses of InstanceFleetType in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return InstanceFleetType Modifier and Type Method Description static InstanceFleetTypeInstanceFleetType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceFleetTypeInstanceFleet. instanceFleetType()The node type that the instance fleet hosts.InstanceFleetTypeInstanceFleetConfig. instanceFleetType()The node type that the instance fleet hosts.InstanceFleetTypeListInstancesRequest. instanceFleetType()The node type of the instance fleet.static InstanceFleetTypeInstanceFleetType. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceFleetType[]InstanceFleetType. 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 InstanceFleetType Modifier and Type Method Description static Set<InstanceFleetType>InstanceFleetType. knownValues()Methods in software.amazon.awssdk.services.emr.model with parameters of type InstanceFleetType Modifier and Type Method Description InstanceFleet.BuilderInstanceFleet.Builder. instanceFleetType(InstanceFleetType instanceFleetType)The node type that the instance fleet hosts.InstanceFleetConfig.BuilderInstanceFleetConfig.Builder. instanceFleetType(InstanceFleetType instanceFleetType)The node type that the instance fleet hosts.ListInstancesRequest.BuilderListInstancesRequest.Builder. instanceFleetType(InstanceFleetType instanceFleetType)The node type of the instance fleet.
-