Uses of Class
com.amazonaws.services.autoscaling.model.CreateLaunchConfigurationRequest
Packages that use CreateLaunchConfigurationRequest
-
Uses of CreateLaunchConfigurationRequest in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling with parameters of type CreateLaunchConfigurationRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.createLaunchConfiguration
(CreateLaunchConfigurationRequest request) AmazonAutoScaling.createLaunchConfiguration
(CreateLaunchConfigurationRequest createLaunchConfigurationRequest) Creates a launch configuration.AmazonAutoScalingClient.createLaunchConfiguration
(CreateLaunchConfigurationRequest createLaunchConfigurationRequest) Creates a launch configuration.AbstractAmazonAutoScalingAsync.createLaunchConfigurationAsync
(CreateLaunchConfigurationRequest request) AbstractAmazonAutoScalingAsync.createLaunchConfigurationAsync
(CreateLaunchConfigurationRequest request, AsyncHandler<CreateLaunchConfigurationRequest, CreateLaunchConfigurationResult> asyncHandler) AmazonAutoScalingAsync.createLaunchConfigurationAsync
(CreateLaunchConfigurationRequest createLaunchConfigurationRequest) Creates a launch configuration.AmazonAutoScalingAsync.createLaunchConfigurationAsync
(CreateLaunchConfigurationRequest createLaunchConfigurationRequest, AsyncHandler<CreateLaunchConfigurationRequest, CreateLaunchConfigurationResult> asyncHandler) Creates a launch configuration.AmazonAutoScalingAsyncClient.createLaunchConfigurationAsync
(CreateLaunchConfigurationRequest request) AmazonAutoScalingAsyncClient.createLaunchConfigurationAsync
(CreateLaunchConfigurationRequest request, AsyncHandler<CreateLaunchConfigurationRequest, CreateLaunchConfigurationResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type CreateLaunchConfigurationRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.createLaunchConfigurationAsync
(CreateLaunchConfigurationRequest request, AsyncHandler<CreateLaunchConfigurationRequest, CreateLaunchConfigurationResult> asyncHandler) AmazonAutoScalingAsync.createLaunchConfigurationAsync
(CreateLaunchConfigurationRequest createLaunchConfigurationRequest, AsyncHandler<CreateLaunchConfigurationRequest, CreateLaunchConfigurationResult> asyncHandler) Creates a launch configuration.AmazonAutoScalingAsyncClient.createLaunchConfigurationAsync
(CreateLaunchConfigurationRequest request, AsyncHandler<CreateLaunchConfigurationRequest, CreateLaunchConfigurationResult> asyncHandler) -
Uses of CreateLaunchConfigurationRequest in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return CreateLaunchConfigurationRequestModifier and TypeMethodDescriptionCreateLaunchConfigurationRequest.clone()
CreateLaunchConfigurationRequest.withAssociatePublicIpAddress
(Boolean associatePublicIpAddress) Used for groups that launch instances into a virtual private cloud (VPC).CreateLaunchConfigurationRequest.withBlockDeviceMappings
(BlockDeviceMapping... blockDeviceMappings) One or more mappings that specify how block devices are exposed to the instance.CreateLaunchConfigurationRequest.withBlockDeviceMappings
(Collection<BlockDeviceMapping> blockDeviceMappings) One or more mappings that specify how block devices are exposed to the instance.CreateLaunchConfigurationRequest.withClassicLinkVPCId
(String classicLinkVPCId) The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to.CreateLaunchConfigurationRequest.withClassicLinkVPCSecurityGroups
(String... classicLinkVPCSecurityGroups) The IDs of one or more security groups for the specified ClassicLink-enabled VPC.CreateLaunchConfigurationRequest.withClassicLinkVPCSecurityGroups
(Collection<String> classicLinkVPCSecurityGroups) The IDs of one or more security groups for the specified ClassicLink-enabled VPC.CreateLaunchConfigurationRequest.withEbsOptimized
(Boolean ebsOptimized) Indicates whether the instance is optimized for Amazon EBS I/O.CreateLaunchConfigurationRequest.withIamInstanceProfile
(String iamInstanceProfile) The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.CreateLaunchConfigurationRequest.withImageId
(String imageId) The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances.CreateLaunchConfigurationRequest.withInstanceId
(String instanceId) The ID of the instance to use to create the launch configuration.CreateLaunchConfigurationRequest.withInstanceMonitoring
(InstanceMonitoring instanceMonitoring) Enables detailed monitoring if it is disabled.CreateLaunchConfigurationRequest.withInstanceType
(String instanceType) The instance type of the EC2 instance.CreateLaunchConfigurationRequest.withKernelId
(String kernelId) The ID of the kernel associated with the AMI.CreateLaunchConfigurationRequest.withKeyName
(String keyName) The name of the key pair.CreateLaunchConfigurationRequest.withLaunchConfigurationName
(String launchConfigurationName) The name of the launch configuration.CreateLaunchConfigurationRequest.withPlacementTenancy
(String placementTenancy) The tenancy of the instance.CreateLaunchConfigurationRequest.withRamdiskId
(String ramdiskId) The ID of the RAM disk associated with the AMI.CreateLaunchConfigurationRequest.withSecurityGroups
(String... securityGroups) One or more security groups with which to associate the instances.CreateLaunchConfigurationRequest.withSecurityGroups
(Collection<String> securityGroups) One or more security groups with which to associate the instances.CreateLaunchConfigurationRequest.withSpotPrice
(String spotPrice) The maximum hourly price to be paid for any Spot Instance launched to fulfill the request.CreateLaunchConfigurationRequest.withUserData
(String userData) The user data to make available to the launched EC2 instances.