Uses of Class
org.jclouds.ec2.options.RegisterImageBackedByEbsOptions
Packages that use RegisterImageBackedByEbsOptions
-
Uses of RegisterImageBackedByEbsOptions in org.jclouds.ec2.features
Methods in org.jclouds.ec2.features with parameters of type RegisterImageBackedByEbsOptionsModifier and TypeMethodDescriptionAMIApi.registerUnixImageBackedByEbsInRegion
(String region, String imageName, String ebsSnapshotId, RegisterImageBackedByEbsOptions... options) Registers an AMI with Amazon EC2. -
Uses of RegisterImageBackedByEbsOptions in org.jclouds.ec2.options
Methods in org.jclouds.ec2.options that return RegisterImageBackedByEbsOptionsModifier and TypeMethodDescriptionRegisterImageBackedByEbsOptions.addBlockDeviceFromSnapshot
(String deviceName, String virtualName, String snapshotId) adds a block device to the image from an ebs snapshot.RegisterImageBackedByEbsOptions.addBlockDeviceFromSnapshot
(String deviceName, String virtualName, String snapshotId, boolean deleteOnTermination, String volumeType, Integer iops, boolean encrypted) adds a block device to the image from an ebs snapshot.RegisterImageBackedByEbsOptions.Builder.addBlockDeviceFromSnapshot
(String deviceName, String virtualName, String snapshotId) RegisterImageBackedByEbsOptions.Builder.addBlockDeviceFromSnapshot
(String deviceName, String virtualName, String snapshotId, boolean deleteOnTermination, String volumeType, Integer iops, boolean encrypted) RegisterImageBackedByEbsOptions.addEphemeralBlockDeviceFromSnapshot
(String deviceName, String virtualName, String snapshotId) adds a block device to the image from an ebs snapshot.RegisterImageBackedByEbsOptions.Builder.addEphemeralBlockDeviceFromSnapshot
(String deviceName, String virtualName, String snapshotId) RegisterImageBackedByEbsOptions.addNewBlockDevice
(String deviceName, String virtualName, int volumeSize) adds a new block device to the image.RegisterImageBackedByEbsOptions.addNewBlockDevice
(String deviceName, String virtualName, int volumeSize, boolean deleteOnTermination, String volumeType, Integer iops, boolean encrypted) adds a new block device to the image.RegisterImageBackedByEbsOptions.Builder.addNewBlockDevice
(String deviceName, String virtualName, int volumeSize) RegisterImageBackedByEbsOptions.Builder.addNewBlockDevice
(String deviceName, String virtualName, int volumeSize, boolean deleteOnTermination, String volumeType, Integer iops, boolean encrypted) RegisterImageBackedByEbsOptions.addNewEphemeralBlockDevice
(String deviceName, String virtualName, int volumeSize) adds a new block device to the image.RegisterImageBackedByEbsOptions.Builder.addNewEphemeralBlockDevice
(String deviceName, String virtualName, int volumeSize) RegisterImageBackedByEbsOptions.asArchitecture
(Image.Architecture architecture) The architecture of the image.RegisterImageBackedByEbsOptions.Builder.asArchitecture
(Image.Architecture architecture) RegisterImageBackedByEbsOptions.Builder.withDescription
(String additionalInfo) RegisterImageBackedByEbsOptions.withDescription
(String info) The description of the AMI.RegisterImageBackedByEbsOptions.Builder.withKernelId
(String kernelId) RegisterImageBackedByEbsOptions.withKernelId
(String kernelId) The ID of the kernel to select.RegisterImageBackedByEbsOptions.Builder.withRamdisk
(String ramdiskId) RegisterImageBackedByEbsOptions.withRamdisk
(String ramDiskId) The ID of the RAM disk to select.