Uses of Class
com.amazonaws.services.elasticmapreduce.model.InstanceGroup

Packages that use InstanceGroup
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

Uses of InstanceGroup in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceGroup
 InstanceGroup InstanceGroup.withBidPrice(String bidPrice)
          The bid price for each EC2 instance in the instance group when launching nodes as Spot Instances, expressed in USD.
 InstanceGroup InstanceGroup.withId(String id)
          The identifier of the instance group.
 InstanceGroup InstanceGroup.withInstanceGroupType(InstanceGroupType instanceGroupType)
          The type of the instance group.
 InstanceGroup InstanceGroup.withInstanceGroupType(String instanceGroupType)
          The type of the instance group.
 InstanceGroup InstanceGroup.withInstanceType(String instanceType)
          The EC2 instance type for all instances in the instance group.
 InstanceGroup InstanceGroup.withMarket(MarketType market)
          The marketplace to provision instances for this group.
 InstanceGroup InstanceGroup.withMarket(String market)
          The marketplace to provision instances for this group.
 InstanceGroup InstanceGroup.withName(String name)
          The name of the instance group.
 InstanceGroup InstanceGroup.withRequestedInstanceCount(Integer requestedInstanceCount)
          The target number of instances for the instance group.
 InstanceGroup InstanceGroup.withRunningInstanceCount(Integer runningInstanceCount)
          The number of instances currently running in this instance group.
 InstanceGroup InstanceGroup.withStatus(InstanceGroupStatus status)
          The current status of the instance group.
 

Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type InstanceGroup
 List<InstanceGroup> ListInstanceGroupsResult.getInstanceGroups()
          The list of instance groups for the cluster and given filters.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceGroup
 ListInstanceGroupsResult ListInstanceGroupsResult.withInstanceGroups(InstanceGroup... instanceGroups)
          The list of instance groups for the cluster and given filters.
 

Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type InstanceGroup
 void ListInstanceGroupsResult.setInstanceGroups(Collection<InstanceGroup> instanceGroups)
          The list of instance groups for the cluster and given filters.
 ListInstanceGroupsResult ListInstanceGroupsResult.withInstanceGroups(Collection<InstanceGroup> instanceGroups)
          The list of instance groups for the cluster and given filters.
 



Copyright © 2016. All rights reserved.