Uses of Class
com.amazonaws.services.autoscaling.model.LaunchConfiguration
Packages that use LaunchConfiguration
-
Uses of LaunchConfiguration in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return LaunchConfigurationModifier and TypeMethodDescriptionLaunchConfiguration.clone()
LaunchConfiguration.withAssociatePublicIpAddress
(Boolean associatePublicIpAddress) [EC2-VPC] Indicates whether to assign a public IP address to each instance.LaunchConfiguration.withBlockDeviceMappings
(BlockDeviceMapping... blockDeviceMappings) A block device mapping, which specifies the block devices for the instance.LaunchConfiguration.withBlockDeviceMappings
(Collection<BlockDeviceMapping> blockDeviceMappings) A block device mapping, which specifies the block devices for the instance.LaunchConfiguration.withClassicLinkVPCId
(String classicLinkVPCId) The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to.LaunchConfiguration.withClassicLinkVPCSecurityGroups
(String... classicLinkVPCSecurityGroups) The IDs of one or more security groups for the VPC specified inClassicLinkVPCId
.LaunchConfiguration.withClassicLinkVPCSecurityGroups
(Collection<String> classicLinkVPCSecurityGroups) The IDs of one or more security groups for the VPC specified inClassicLinkVPCId
.LaunchConfiguration.withCreatedTime
(Date createdTime) The creation date and time for the launch configuration.LaunchConfiguration.withEbsOptimized
(Boolean ebsOptimized) Controls whether the instance is optimized for EBS I/O (true
) or not (false
).LaunchConfiguration.withIamInstanceProfile
(String iamInstanceProfile) The name or Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.LaunchConfiguration.withImageId
(String imageId) The ID of the Amazon Machine Image (AMI).LaunchConfiguration.withInstanceMonitoring
(InstanceMonitoring instanceMonitoring) Controls whether instances in this group are launched with detailed monitoring.LaunchConfiguration.withInstanceType
(String instanceType) The instance type for the instances.LaunchConfiguration.withKernelId
(String kernelId) The ID of the kernel associated with the AMI.LaunchConfiguration.withKeyName
(String keyName) The name of the key pair.LaunchConfiguration.withLaunchConfigurationARN
(String launchConfigurationARN) The Amazon Resource Name (ARN) of the launch configuration.LaunchConfiguration.withLaunchConfigurationName
(String launchConfigurationName) The name of the launch configuration.LaunchConfiguration.withPlacementTenancy
(String placementTenancy) The tenancy of the instance, eitherdefault
ordedicated
.LaunchConfiguration.withRamdiskId
(String ramdiskId) The ID of the RAM disk associated with the AMI.LaunchConfiguration.withSecurityGroups
(String... securityGroups) The security groups to associate with the instances.LaunchConfiguration.withSecurityGroups
(Collection<String> securityGroups) The security groups to associate with the instances.LaunchConfiguration.withSpotPrice
(String spotPrice) The price to bid when launching Spot Instances.LaunchConfiguration.withUserData
(String userData) The user data available to the instances.Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type LaunchConfigurationModifier and TypeMethodDescriptionDescribeLaunchConfigurationsResult.getLaunchConfigurations()
The launch configurations.Methods in com.amazonaws.services.autoscaling.model with parameters of type LaunchConfigurationModifier and TypeMethodDescriptionDescribeLaunchConfigurationsResult.withLaunchConfigurations
(LaunchConfiguration... launchConfigurations) The launch configurations.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type LaunchConfigurationModifier and TypeMethodDescriptionvoid
DescribeLaunchConfigurationsResult.setLaunchConfigurations
(Collection<LaunchConfiguration> launchConfigurations) The launch configurations.DescribeLaunchConfigurationsResult.withLaunchConfigurations
(Collection<LaunchConfiguration> launchConfigurations) The launch configurations.