Uses of Class
org.jclouds.aws.ec2.domain.LaunchSpecification.Builder

Packages that use LaunchSpecification.Builder
org.jclouds.aws.ec2.domain   
org.jclouds.aws.ec2.options   
org.jclouds.aws.ec2.xml   
 

Uses of LaunchSpecification.Builder in org.jclouds.aws.ec2.domain
 

Methods in org.jclouds.aws.ec2.domain that return LaunchSpecification.Builder
 LaunchSpecification.Builder LaunchSpecification.Builder.availabilityZone(String availabilityZone)
           
 LaunchSpecification.Builder LaunchSpecification.Builder.blockDeviceMapping(BlockDeviceMapping blockDeviceMapping)
           
 LaunchSpecification.Builder LaunchSpecification.Builder.blockDeviceMappings(Iterable<? extends BlockDeviceMapping> blockDeviceMappings)
           
static LaunchSpecification.Builder LaunchSpecification.builder()
           
static LaunchSpecification.Builder LaunchSpecification.Builder.fromLaunchSpecification(LaunchSpecification in)
           
 LaunchSpecification.Builder LaunchSpecification.Builder.imageId(String imageId)
           
 LaunchSpecification.Builder LaunchSpecification.Builder.instanceType(String instanceType)
           
 LaunchSpecification.Builder LaunchSpecification.Builder.kernelId(String kernelId)
           
 LaunchSpecification.Builder LaunchSpecification.Builder.keyName(String keyName)
           
 LaunchSpecification.Builder LaunchSpecification.Builder.mapEBSSnapshotToDevice(String deviceName, String snapshotId, Integer sizeInGib, boolean deleteOnTermination)
           
 LaunchSpecification.Builder LaunchSpecification.Builder.mapEphemeralDeviceToDevice(String deviceName, String virtualName)
           
 LaunchSpecification.Builder LaunchSpecification.Builder.mapNewVolumeToDevice(String deviceName, int sizeInGib, boolean deleteOnTermination)
           
 LaunchSpecification.Builder LaunchSpecification.Builder.monitoringEnabled(Boolean monitoringEnabled)
           
 LaunchSpecification.Builder LaunchSpecification.Builder.ramdiskId(String ramdiskId)
           
 LaunchSpecification.Builder LaunchSpecification.Builder.securityGroupId(String securityGroupId)
           
 LaunchSpecification.Builder LaunchSpecification.Builder.securityGroupIds(Iterable<String> securityGroupIds)
           
 LaunchSpecification.Builder LaunchSpecification.Builder.securityGroupIdToName(String groupId, String groupName)
           
 LaunchSpecification.Builder LaunchSpecification.Builder.securityGroupIdToNames(Map<String,String> securityGroupIdToNames)
           
 LaunchSpecification.Builder LaunchSpecification.Builder.securityGroupName(String securityGroupName)
           
 LaunchSpecification.Builder LaunchSpecification.Builder.securityGroupNames(Iterable<String> securityGroupNames)
           
 LaunchSpecification.Builder LaunchSpecification.toBuilder()
           
 LaunchSpecification.Builder LaunchSpecification.Builder.userData(byte[] userData)
           
 

Uses of LaunchSpecification.Builder in org.jclouds.aws.ec2.options
 

Methods in org.jclouds.aws.ec2.options that return LaunchSpecification.Builder
 LaunchSpecification.Builder AWSRunInstancesOptions.getLaunchSpecificationBuilder()
           
 

Uses of LaunchSpecification.Builder in org.jclouds.aws.ec2.xml
 

Fields in org.jclouds.aws.ec2.xml declared as LaunchSpecification.Builder
protected  LaunchSpecification.Builder LaunchSpecificationHandler.builder
           
 

Constructors in org.jclouds.aws.ec2.xml with parameters of type LaunchSpecification.Builder
LaunchSpecificationHandler(DateService dateService, LaunchSpecification.Builder builder, BlockDeviceMapping.Builder blockDeviceMappingBuilder)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.