Uses of Class
com.amazonaws.services.elasticmapreduce.model.Instance
-
Packages that use Instance Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of Instance in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return Instance Modifier and Type Method Description InstanceInstance. clone()InstanceInstance. withEbsVolumes(EbsVolume... ebsVolumes)The list of EBS volumes that are attached to this instance.InstanceInstance. withEbsVolumes(Collection<EbsVolume> ebsVolumes)The list of EBS volumes that are attached to this instance.InstanceInstance. withEc2InstanceId(String ec2InstanceId)The unique identifier of the instance in Amazon EC2.InstanceInstance. withId(String id)The unique identifier for the instance in Amazon EMR.InstanceInstance. withInstanceGroupId(String instanceGroupId)The identifier of the instance group to which this instance belongs.InstanceInstance. withPrivateDnsName(String privateDnsName)The private DNS name of the instance.InstanceInstance. withPrivateIpAddress(String privateIpAddress)The private IP address of the instance.InstanceInstance. withPublicDnsName(String publicDnsName)The public DNS name of the instance.InstanceInstance. withPublicIpAddress(String publicIpAddress)The public IP address of the instance.InstanceInstance. withStatus(InstanceStatus status)The current status of the instance.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type Instance Modifier and Type Method Description List<Instance>ListInstancesResult. getInstances()The list of instances for the cluster and given filters.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type Instance Modifier and Type Method Description ListInstancesResultListInstancesResult. withInstances(Instance... instances)The list of instances for the cluster and given filters.Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type Instance Modifier and Type Method Description voidListInstancesResult. setInstances(Collection<Instance> instances)The list of instances for the cluster and given filters.ListInstancesResultListInstancesResult. withInstances(Collection<Instance> instances)The list of instances for the cluster and given filters.
-