|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegisterImageRequest | |
---|---|
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 RegisterImageRequest in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 with parameters of type RegisterImageRequest | |
---|---|
RegisterImageResult |
AmazonEC2.registerImage(RegisterImageRequest registerImageRequest)
The RegisterImage operation registers an AMI with Amazon EC2. |
RegisterImageResult |
AmazonEC2Client.registerImage(RegisterImageRequest registerImageRequest)
The RegisterImage operation registers an AMI with Amazon EC2. |
Future<RegisterImageResult> |
AmazonEC2AsyncClient.registerImageAsync(RegisterImageRequest registerImageRequest)
The RegisterImage operation registers an AMI with Amazon EC2. |
Future<RegisterImageResult> |
AmazonEC2Async.registerImageAsync(RegisterImageRequest registerImageRequest)
The RegisterImage operation registers an AMI with Amazon EC2. |
Uses of RegisterImageRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return RegisterImageRequest | |
---|---|
RegisterImageRequest |
RegisterImageRequest.withArchitecture(String architecture)
The architecture of the image. |
RegisterImageRequest |
RegisterImageRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
The block device mappings for the new AMI, which specify how different block devices (ex: EBS volumes and ephemeral drives) will be exposed on instances launched from the new image. |
RegisterImageRequest |
RegisterImageRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mappings for the new AMI, which specify how different block devices (ex: EBS volumes and ephemeral drives) will be exposed on instances launched from the new image. |
RegisterImageRequest |
RegisterImageRequest.withDescription(String description)
The description describing the new AMI. |
RegisterImageRequest |
RegisterImageRequest.withImageLocation(String imageLocation)
The full path to your AMI manifest in Amazon S3 storage. |
RegisterImageRequest |
RegisterImageRequest.withKernelId(String kernelId)
The optional ID of a specific kernel to register with the new AMI. |
RegisterImageRequest |
RegisterImageRequest.withName(String name)
The name to give the new Amazon Machine Image. |
RegisterImageRequest |
RegisterImageRequest.withRamdiskId(String ramdiskId)
The optional ID of a specific ramdisk to register with the new AMI. |
RegisterImageRequest |
RegisterImageRequest.withRootDeviceName(String rootDeviceName)
The root device name (e.g., /dev/sda1). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |