Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
EbsVolume |
EbsVolume.clone() |
EbsVolume |
EbsVolume.withDevice(String device)
The device name that is exposed to the instance, such as /dev/sdh.
|
EbsVolume |
EbsVolume.withVolumeId(String volumeId)
The volume identifier of the EBS volume.
|
Modifier and Type | Method and Description |
---|---|
List<EbsVolume> |
Instance.getEbsVolumes()
The list of EBS volumes that are attached to this instance.
|
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.withEbsVolumes(EbsVolume... ebsVolumes)
The list of EBS volumes that are attached to this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Instance.setEbsVolumes(Collection<EbsVolume> ebsVolumes)
The list of EBS volumes that are attached to this instance.
|
Instance |
Instance.withEbsVolumes(Collection<EbsVolume> ebsVolumes)
The list of EBS volumes that are attached to this instance.
|
Copyright © 2017. All rights reserved.