|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CreateImageRequest | |
|---|---|
| com.amazonaws.services.ec2 | Synchronous and asynchronous client classes for accessing AmazonEC2. |
| com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
| Uses of CreateImageRequest in com.amazonaws.services.ec2 |
|---|
| Methods in com.amazonaws.services.ec2 with parameters of type CreateImageRequest | |
|---|---|
CreateImageResult |
AmazonEC2.createImage(CreateImageRequest createImageRequest)
Creates an AMI that uses an Amazon EBS root device from a "running" or "stopped" instance. |
CreateImageResult |
AmazonEC2Client.createImage(CreateImageRequest createImageRequest)
Creates an AMI that uses an Amazon EBS root device from a "running" or "stopped" instance. |
Future<CreateImageResult> |
AmazonEC2AsyncClient.createImageAsync(CreateImageRequest createImageRequest)
Creates an AMI that uses an Amazon EBS root device from a "running" or "stopped" instance. |
Future<CreateImageResult> |
AmazonEC2Async.createImageAsync(CreateImageRequest createImageRequest)
Creates an AMI that uses an Amazon EBS root device from a "running" or "stopped" instance. |
| Uses of CreateImageRequest in com.amazonaws.services.ec2.model |
|---|
| Methods in com.amazonaws.services.ec2.model that return CreateImageRequest | |
|---|---|
CreateImageRequest |
CreateImageRequest.withDescription(String description)
The description for the new AMI being created. |
CreateImageRequest |
CreateImageRequest.withInstanceId(String instanceId)
The ID of the instance from which to create the new image. |
CreateImageRequest |
CreateImageRequest.withName(String name)
The name for the new AMI being created. |
CreateImageRequest |
CreateImageRequest.withNoReboot(Boolean 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||