Uses of Class
org.jclouds.ec2.options.RegisterImageOptions
Packages that use RegisterImageOptions
-
Uses of RegisterImageOptions in org.jclouds.ec2.features
Methods in org.jclouds.ec2.features with parameters of type RegisterImageOptionsModifier and TypeMethodDescriptionAMIApi.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.optionsModifier and TypeClassDescriptionclass
Contains options supported in the Form API for the RegisterImage operation.Methods in org.jclouds.ec2.options that return RegisterImageOptionsModifier and TypeMethodDescriptionRegisterImageOptions.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.withDescription
(String info) The description of the AMI.static RegisterImageOptions
RegisterImageOptions.Builder.withKernelId
(String kernelId) RegisterImageOptions.withKernelId
(String kernelId) The ID of the kernel to select.static RegisterImageOptions
RegisterImageOptions.Builder.withRamdisk
(String ramdiskId) RegisterImageOptions.withRamdisk
(String ramDiskId) The ID of the RAM disk to select.