Uses of Class
com.amazonaws.services.autoscaling.model.LaunchConfiguration

Packages that use LaunchConfiguration
com.amazonaws.services.autoscaling.model Classes modeling the various types represented by AmazonAutoScaling. 
 

Uses of LaunchConfiguration in com.amazonaws.services.autoscaling.model
 

Methods in com.amazonaws.services.autoscaling.model that return LaunchConfiguration
 LaunchConfiguration LaunchConfiguration.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
          Specifies how block devices are exposed to the instance.
 LaunchConfiguration LaunchConfiguration.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          Specifies how block devices are exposed to the instance.
 LaunchConfiguration LaunchConfiguration.withCreatedTime(Date createdTime)
          Provides the creation date and time for this launch configuration.
 LaunchConfiguration LaunchConfiguration.withImageId(String imageId)
          Provides the unique ID of the Amazon Machine Image (AMI) that was assigned during registration.
 LaunchConfiguration LaunchConfiguration.withInstanceType(String instanceType)
          Specifies the instance type of the EC2 instance.
 LaunchConfiguration LaunchConfiguration.withKernelId(String kernelId)
          Provides the ID of the kernel associated with the EC2 AMI.
 LaunchConfiguration LaunchConfiguration.withKeyName(String keyName)
          Provides the name of the EC2 key pair.
 LaunchConfiguration LaunchConfiguration.withLaunchConfigurationName(String launchConfigurationName)
          Specifies the name of the launch configuration.
 LaunchConfiguration LaunchConfiguration.withRamdiskId(String ramdiskId)
          Provides ID of the RAM disk associated with the EC2 AMI.
 LaunchConfiguration LaunchConfiguration.withSecurityGroups(Collection<String> securityGroups)
          Contains a description of the security groups to associate with the EC2 instances.
 LaunchConfiguration LaunchConfiguration.withSecurityGroups(String... securityGroups)
          Contains a description of the security groups to associate with the EC2 instances.
 LaunchConfiguration LaunchConfiguration.withUserData(String userData)
          Contains the user data available to the launched EC2 instances.
 

Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type LaunchConfiguration
 List<LaunchConfiguration> DescribeLaunchConfigurationsResult.getLaunchConfigurations()
           
 

Methods in com.amazonaws.services.autoscaling.model with parameters of type LaunchConfiguration
 DescribeLaunchConfigurationsResult DescribeLaunchConfigurationsResult.withLaunchConfigurations(LaunchConfiguration... launchConfigurations)
           Returns a reference to this object so that method calls can be chained together.
 

Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type LaunchConfiguration
 void DescribeLaunchConfigurationsResult.setLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
           
 DescribeLaunchConfigurationsResult DescribeLaunchConfigurationsResult.withLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
           Returns a reference to this object so that method calls can be chained together.
 



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