Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EbsVolume> |
Instance.ebsVolumes
The list of EBS volumes that are attached to this instance.
|
Modifier and Type | Method and Description |
---|---|
EbsVolume |
EbsVolume.clone() |
EbsVolume |
EbsVolume.withDevice(java.lang.String device)
The device name that is exposed to the instance, such as /dev/sdh.
|
EbsVolume |
EbsVolume.withVolumeId(java.lang.String volumeId)
The volume identifier of the EBS volume.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<EbsVolume> ebsVolumes)
The list of EBS volumes that are attached to this instance.
|
Instance |
Instance.withEbsVolumes(java.util.Collection<EbsVolume> ebsVolumes)
The list of EBS volumes that are attached to this instance.
|
Modifier and Type | Method and Description |
---|---|
EbsVolume |
EbsVolumeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EbsVolumeJsonMarshaller.marshall(EbsVolume ebsVolume,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|