Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Instance> |
ListInstancesResult.instances
The list of instances for the cluster and given filters.
|
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.clone() |
Instance |
Instance.withEbsVolumes(java.util.Collection<EbsVolume> ebsVolumes)
The list of EBS volumes that are attached to this instance.
|
Instance |
Instance.withEbsVolumes(EbsVolume... ebsVolumes)
The list of EBS volumes that are attached to this instance.
|
Instance |
Instance.withEc2InstanceId(java.lang.String ec2InstanceId)
The unique identifier of the instance in Amazon EC2.
|
Instance |
Instance.withId(java.lang.String id)
The unique identifier for the instance in Amazon EMR.
|
Instance |
Instance.withInstanceGroupId(java.lang.String instanceGroupId)
The identifier of the instance group to which this instance belongs.
|
Instance |
Instance.withPrivateDnsName(java.lang.String privateDnsName)
The private DNS name of the instance.
|
Instance |
Instance.withPrivateIpAddress(java.lang.String privateIpAddress)
The private IP address of the instance.
|
Instance |
Instance.withPublicDnsName(java.lang.String publicDnsName)
The public DNS name of the instance.
|
Instance |
Instance.withPublicIpAddress(java.lang.String publicIpAddress)
The public IP address of the instance.
|
Instance |
Instance.withStatus(InstanceStatus status)
The current status of the instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Instance> |
ListInstancesResult.getInstances()
The list of instances for the cluster and given filters.
|
Modifier and Type | Method and Description |
---|---|
ListInstancesResult |
ListInstancesResult.withInstances(Instance... instances)
The list of instances for the cluster and given filters.
|
Modifier and Type | Method and Description |
---|---|
void |
ListInstancesResult.setInstances(java.util.Collection<Instance> instances)
The list of instances for the cluster and given filters.
|
ListInstancesResult |
ListInstancesResult.withInstances(java.util.Collection<Instance> instances)
The list of instances for the cluster and given filters.
|
Modifier and Type | Method and Description |
---|---|
Instance |
InstanceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceJsonMarshaller.marshall(Instance instance,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|