|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Instance | |
---|---|
com.amazonaws.services.elasticmapreduce.model | Classes modeling the various types represented by AmazonElasticMapReduce. |
Uses of Instance in com.amazonaws.services.elasticmapreduce.model |
---|
Methods in com.amazonaws.services.elasticmapreduce.model that return Instance | |
---|---|
Instance |
Instance.withEc2InstanceId(String ec2InstanceId)
The unique identifier of the instance in Amazon EC2. |
Instance |
Instance.withId(String id)
The unique identifier for the instance in Amazon EMR. |
Instance |
Instance.withPrivateDnsName(String privateDnsName)
The private DNS name of the instance. |
Instance |
Instance.withPrivateIpAddress(String privateIpAddress)
The private IP address of the instance. |
Instance |
Instance.withPublicDnsName(String publicDnsName)
The public DNS name of the instance. |
Instance |
Instance.withPublicIpAddress(String publicIpAddress)
The public IP address of the instance. |
Instance |
Instance.withStatus(InstanceStatus status)
The current status of the instance. |
Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type Instance | |
---|---|
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 | |
---|---|
ListInstancesResult |
ListInstancesResult.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 | |
---|---|
void |
ListInstancesResult.setInstances(Collection<Instance> instances)
The list of instances for the cluster and given filters. |
ListInstancesResult |
ListInstancesResult.withInstances(Collection<Instance> instances)
The list of instances for the cluster and given filters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |