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.withAssociatePublicIpAddress(Boolean associatePublicIpAddress)
          Specifies whether the instance is associated with a public IP address (true) or not (false).
 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.withEbsOptimized(Boolean ebsOptimized)
          Specifies whether the instance is optimized for EBS I/O (true) or not (false).
 LaunchConfiguration LaunchConfiguration.withIamInstanceProfile(String iamInstanceProfile)
          Provides the name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.
 LaunchConfiguration LaunchConfiguration.withImageId(String imageId)
          Provides the unique ID of the Amazon Machine Image (AMI) that was assigned during registration.
 LaunchConfiguration LaunchConfiguration.withInstanceMonitoring(InstanceMonitoring instanceMonitoring)
          Controls whether instances in this group are launched with detailed monitoring or not.
 LaunchConfiguration LaunchConfiguration.withInstanceType(String instanceType)
          Specifies the instance type of the Amazon EC2 instance.
 LaunchConfiguration LaunchConfiguration.withKernelId(String kernelId)
          Provides the ID of the kernel associated with the Amazon EC2 AMI.
 LaunchConfiguration LaunchConfiguration.withKeyName(String keyName)
          Provides the name of the Amazon EC2 key pair.
 LaunchConfiguration LaunchConfiguration.withLaunchConfigurationARN(String launchConfigurationARN)
          The launch configuration's Amazon Resource Name (ARN).
 LaunchConfiguration LaunchConfiguration.withLaunchConfigurationName(String launchConfigurationName)
          Specifies the name of the launch configuration.
 LaunchConfiguration LaunchConfiguration.withPlacementTenancy(String placementTenancy)
          Specifies the tenancy of the instance.
 LaunchConfiguration LaunchConfiguration.withRamdiskId(String ramdiskId)
          Provides ID of the RAM disk associated with the Amazon EC2 AMI.
 LaunchConfiguration LaunchConfiguration.withSecurityGroups(Collection<String> securityGroups)
          A description of the security groups to associate with the Amazon EC2 instances.
 LaunchConfiguration LaunchConfiguration.withSecurityGroups(String... securityGroups)
          A description of the security groups to associate with the Amazon EC2 instances.
 LaunchConfiguration LaunchConfiguration.withSpotPrice(String spotPrice)
          Specifies the price to bid when launching Spot Instances.
 LaunchConfiguration LaunchConfiguration.withUserData(String userData)
          The user data available to the launched Amazon EC2 instances.
 

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

Methods in com.amazonaws.services.autoscaling.model with parameters of type LaunchConfiguration
 DescribeLaunchConfigurationsResult DescribeLaunchConfigurationsResult.withLaunchConfigurations(LaunchConfiguration... launchConfigurations)
          A list of launch configurations.
 

Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type LaunchConfiguration
 void DescribeLaunchConfigurationsResult.setLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
          A list of launch configurations.
 DescribeLaunchConfigurationsResult DescribeLaunchConfigurationsResult.withLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
          A list of launch configurations.
 



Copyright © 2016. All rights reserved.