|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RegisterImageOptions | |
|---|---|
| org.jclouds.ec2.options | |
| org.jclouds.ec2.services | |
| Uses of RegisterImageOptions in org.jclouds.ec2.options |
|---|
| Subclasses of RegisterImageOptions in org.jclouds.ec2.options | |
|---|---|
class |
RegisterImageBackedByEbsOptions
Contains options supported in the Form API for the RegisterImage operation. |
| Methods in org.jclouds.ec2.options that return RegisterImageOptions | |
|---|---|
RegisterImageOptions |
RegisterImageOptions.asArchitecture(Image.Architecture architecture)
The architecture of the image. |
static RegisterImageOptions |
RegisterImageOptions.Builder.asArchitecture(Image.Architecture architecture)
|
RegisterImageOptions |
RegisterImageOptions.withDescription(String info)
The description of the AMI. |
static RegisterImageOptions |
RegisterImageOptions.Builder.withDescription(String additionalInfo)
|
RegisterImageOptions |
RegisterImageOptions.withKernelId(String kernelId)
The ID of the kernel to select. |
static RegisterImageOptions |
RegisterImageOptions.Builder.withKernelId(String kernelId)
|
RegisterImageOptions |
RegisterImageOptions.withRamdisk(String ramDiskId)
The ID of the RAM disk to select. |
static RegisterImageOptions |
RegisterImageOptions.Builder.withRamdisk(String ramdiskId)
|
| Uses of RegisterImageOptions in org.jclouds.ec2.services |
|---|
| Methods in org.jclouds.ec2.services with parameters of type RegisterImageOptions | |
|---|---|
String |
AMIClient.registerImageFromManifestInRegion(String region,
String name,
String pathToManifest,
RegisterImageOptions... options)
Registers an AMI with Amazon EC2. |
com.google.common.util.concurrent.ListenableFuture<String> |
AMIAsyncClient.registerImageFromManifestInRegion(String region,
String imageName,
String pathToManifest,
RegisterImageOptions... options)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||