| Package | Description |
|---|---|
| org.jclouds.ec2.compute.options | |
| org.jclouds.ec2.domain | |
| org.jclouds.ec2.options |
| Modifier and Type | Method and Description |
|---|---|
Set<BlockDeviceMapping> |
EC2TemplateOptions.getBlockDeviceMappings() |
| Modifier and Type | Method and Description |
|---|---|
EC2TemplateOptions |
EC2TemplateOptions.blockDeviceMappings(Iterable<? extends BlockDeviceMapping> blockDeviceMappings) |
static EC2TemplateOptions |
EC2TemplateOptions.Builder.blockDeviceMappings(Set<? extends BlockDeviceMapping> blockDeviceMappings) |
| Modifier and Type | Class and Description |
|---|---|
static class |
BlockDeviceMapping.MapEBSSnapshotToDevice |
static class |
BlockDeviceMapping.MapEphemeralDeviceToDevice |
static class |
BlockDeviceMapping.MapNewVolumeToDevice |
static class |
BlockDeviceMapping.UnmapDeviceNamed |
| Modifier and Type | Method and Description |
|---|---|
BlockDeviceMapping |
BlockDeviceMapping.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
int |
BlockDeviceMapping.compareTo(BlockDeviceMapping arg0) |
| Modifier and Type | Method and Description |
|---|---|
RunInstancesOptions |
RunInstancesOptions.withBlockDeviceMappings(Set<? extends BlockDeviceMapping> mappings)
Specifies the Block Device Mapping for the instance
|
static RunInstancesOptions |
RunInstancesOptions.Builder.withBlockDeviceMappings(Set<? extends BlockDeviceMapping> mappings) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.