Uses of Class
org.jclouds.ec2.options.RegisterImageOptions
-
Packages that use RegisterImageOptions Package Description org.jclouds.ec2.features org.jclouds.ec2.options -
-
Uses of RegisterImageOptions in org.jclouds.ec2.features
Methods in org.jclouds.ec2.features with parameters of type RegisterImageOptions Modifier and Type Method Description String
AMIApi. registerImageFromManifestInRegion(String region, String imageName, String pathToManifest, RegisterImageOptions... options)
Registers an AMI with Amazon EC2. -
Uses of RegisterImageOptions in org.jclouds.ec2.options
Subclasses of RegisterImageOptions in org.jclouds.ec2.options Modifier and Type Class Description class
RegisterImageBackedByEbsOptions
Contains options supported in the Form API for the RegisterImage operation.Methods in org.jclouds.ec2.options that return RegisterImageOptions Modifier and Type Method Description RegisterImageOptions
RegisterImageOptions. asArchitecture(Image.Architecture architecture)
The architecture of the image.static RegisterImageOptions
RegisterImageOptions.Builder. asArchitecture(Image.Architecture architecture)
static RegisterImageOptions
RegisterImageOptions.Builder. withDescription(String additionalInfo)
RegisterImageOptions
RegisterImageOptions. withDescription(String info)
The description of the AMI.static RegisterImageOptions
RegisterImageOptions.Builder. withKernelId(String kernelId)
RegisterImageOptions
RegisterImageOptions. withKernelId(String kernelId)
The ID of the kernel to select.static RegisterImageOptions
RegisterImageOptions.Builder. withRamdisk(String ramdiskId)
RegisterImageOptions
RegisterImageOptions. withRamdisk(String ramDiskId)
The ID of the RAM disk to select.
-