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()
          Additional information for launching instances.
 LaunchSpecification RequestSpotInstancesRequest.getLaunchSpecification()
          The launch specification.
 LaunchSpecification LaunchSpecification.withAddressingType(String addressingType)
          

 LaunchSpecification LaunchSpecification.withAllSecurityGroups(Collection<GroupIdentifier> allSecurityGroups)
          One or more security groups.
 LaunchSpecification LaunchSpecification.withAllSecurityGroups(GroupIdentifier... allSecurityGroups)
          One or more security groups.
 LaunchSpecification LaunchSpecification.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
          One or more block device mapping entries.
 LaunchSpecification LaunchSpecification.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          One or more block device mapping entries.
 LaunchSpecification LaunchSpecification.withEbsOptimized(Boolean ebsOptimized)
          Indicates whether the instance is optimized for EBS I/O.
 LaunchSpecification LaunchSpecification.withIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile)
          The IAM instance profile.
 LaunchSpecification LaunchSpecification.withImageId(String imageId)
          The ID of the AMI.
 LaunchSpecification LaunchSpecification.withInstanceType(InstanceType instanceType)
          The instance type.
 LaunchSpecification LaunchSpecification.withInstanceType(String instanceType)
          The instance type.
 LaunchSpecification LaunchSpecification.withKernelId(String kernelId)
          The ID of the kernel.
 LaunchSpecification LaunchSpecification.withKeyName(String keyName)
          The name of the key pair.
 LaunchSpecification LaunchSpecification.withMonitoringEnabled(Boolean monitoringEnabled)
          Enables monitoring for the instance.
 LaunchSpecification LaunchSpecification.withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
          One or more network interfaces.
 LaunchSpecification LaunchSpecification.withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
          One or more network interfaces.
 LaunchSpecification LaunchSpecification.withPlacement(SpotPlacement placement)
          The placement information for the instance.
 LaunchSpecification LaunchSpecification.withRamdiskId(String ramdiskId)
          The ID of the RAM disk.
 LaunchSpecification LaunchSpecification.withSecurityGroups(Collection<String> securityGroups)
          One or more security groups.
 LaunchSpecification LaunchSpecification.withSecurityGroups(String... securityGroups)
          One or more security groups.
 LaunchSpecification LaunchSpecification.withSubnetId(String subnetId)
          The ID of the subnet in which to launch the Spot Instance.
 LaunchSpecification LaunchSpecification.withUserData(String userData)
          The Base64-encoded MIME user data to make available to the instances.
 

Methods in com.amazonaws.services.ec2.model with parameters of type LaunchSpecification
 void SpotInstanceRequest.setLaunchSpecification(LaunchSpecification launchSpecification)
          Additional information for launching instances.
 void RequestSpotInstancesRequest.setLaunchSpecification(LaunchSpecification launchSpecification)
          The launch specification.
 SpotInstanceRequest SpotInstanceRequest.withLaunchSpecification(LaunchSpecification launchSpecification)
          Additional information for launching instances.
 RequestSpotInstancesRequest RequestSpotInstancesRequest.withLaunchSpecification(LaunchSpecification launchSpecification)
          The launch specification.
 



Copyright © 2016. All rights reserved.