| Package | Description | 
|---|---|
| org.jclouds.ec2.features | |
| org.jclouds.ec2.options | 
| Modifier and Type | Method and Description | 
|---|---|
| String | AMIApi. createImageInRegion(String region,
                   String name,
                   String instanceId,
                   CreateImageOptions... options)Creates an AMI that uses an Amazon EBS root device from a "running" or "stopped" instance. | 
| Modifier and Type | Field and Description | 
|---|---|
| static CreateImageOptions | CreateImageOptions. NONE | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateImageOptions | CreateImageOptions. noReboot()By default this property is set to false, which means Amazon EC2 attempts to cleanly shut down
 the instance before image creation and reboots the instance afterwards. | 
| static CreateImageOptions | CreateImageOptions.Builder. noReboot() | 
| CreateImageOptions | CreateImageOptions. withDescription(String description)The description of the AMI that was provided during image creation. | 
| static CreateImageOptions | CreateImageOptions.Builder. withDescription(String description) | 
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.