Uses of Class
com.amazonaws.services.ec2.model.LaunchSpecification

Packages that use LaunchSpecification
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of LaunchSpecification in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return LaunchSpecification
 LaunchSpecification SpotInstanceRequest.getLaunchSpecification()
           
 LaunchSpecification RequestSpotInstancesRequest.getLaunchSpecification()
          Specifies additional launch instance information.
 LaunchSpecification LaunchSpecification.withAddressingType(String addressingType)
          Deprecated.
 LaunchSpecification LaunchSpecification.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
          Specifies how block devices are exposed to the instance.
 LaunchSpecification LaunchSpecification.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          Specifies how block devices are exposed to the instance.
 LaunchSpecification LaunchSpecification.withImageId(String imageId)
          The AMI ID.
 LaunchSpecification LaunchSpecification.withInstanceType(String instanceType)
          Specifies the instance type.
 LaunchSpecification LaunchSpecification.withKernelId(String kernelId)
          Specifies the ID of the kernel to select.
 LaunchSpecification LaunchSpecification.withKeyName(String keyName)
          The name of the key pair.
 LaunchSpecification LaunchSpecification.withMonitoringEnabled(Boolean monitoringEnabled)
           Returns a reference to this object so that method calls can be chained together.
 LaunchSpecification LaunchSpecification.withPlacement(Placement placement)
          Defines a placement item.
 LaunchSpecification LaunchSpecification.withRamdiskId(String ramdiskId)
          Specifies the ID of the RAM disk to select.
 LaunchSpecification LaunchSpecification.withSecurityGroups(Collection<String> securityGroups)
           Returns a reference to this object so that method calls can be chained together.
 LaunchSpecification LaunchSpecification.withSecurityGroups(String... securityGroups)
           Returns a reference to this object so that method calls can be chained together.
 LaunchSpecification LaunchSpecification.withSubnetId(String subnetId)
          Specifies the Amazon VPC subnet ID within which to launch the instance(s) for Amazon Virtual Private Cloud.
 LaunchSpecification LaunchSpecification.withUserData(String userData)
          Optional data, specific to a user's application, to provide in the launch request.
 

Methods in com.amazonaws.services.ec2.model with parameters of type LaunchSpecification
 void SpotInstanceRequest.setLaunchSpecification(LaunchSpecification launchSpecification)
           
 void RequestSpotInstancesRequest.setLaunchSpecification(LaunchSpecification launchSpecification)
          Specifies additional launch instance information.
 SpotInstanceRequest SpotInstanceRequest.withLaunchSpecification(LaunchSpecification launchSpecification)
           Returns a reference to this object so that method calls can be chained together.
 RequestSpotInstancesRequest RequestSpotInstancesRequest.withLaunchSpecification(LaunchSpecification launchSpecification)
          Specifies additional launch instance information.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.