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

Packages that use CreateLaunchConfigurationRequest
com.amazonaws.services.autoscaling Synchronous and asynchronous client classes for accessing AmazonAutoScaling. 
com.amazonaws.services.autoscaling.model Classes modeling the various types represented by AmazonAutoScaling. 
 

Uses of CreateLaunchConfigurationRequest in com.amazonaws.services.autoscaling
 

Methods in com.amazonaws.services.autoscaling with parameters of type CreateLaunchConfigurationRequest
 void AmazonAutoScalingClient.createLaunchConfiguration(CreateLaunchConfigurationRequest createLaunchConfigurationRequest)
           Creates a new launch configuration.
 void AmazonAutoScaling.createLaunchConfiguration(CreateLaunchConfigurationRequest createLaunchConfigurationRequest)
           Creates a new launch configuration.
 Future<Void> AmazonAutoScalingAsyncClient.createLaunchConfigurationAsync(CreateLaunchConfigurationRequest createLaunchConfigurationRequest)
           Creates a new launch configuration.
 Future<Void> AmazonAutoScalingAsync.createLaunchConfigurationAsync(CreateLaunchConfigurationRequest createLaunchConfigurationRequest)
           Creates a new launch configuration.
 Future<Void> AmazonAutoScalingAsyncClient.createLaunchConfigurationAsync(CreateLaunchConfigurationRequest createLaunchConfigurationRequest, AsyncHandler<CreateLaunchConfigurationRequest,Void> asyncHandler)
           Creates a new launch configuration.
 Future<Void> AmazonAutoScalingAsync.createLaunchConfigurationAsync(CreateLaunchConfigurationRequest createLaunchConfigurationRequest, AsyncHandler<CreateLaunchConfigurationRequest,Void> asyncHandler)
           Creates a new launch configuration.
 

Method parameters in com.amazonaws.services.autoscaling with type arguments of type CreateLaunchConfigurationRequest
 Future<Void> AmazonAutoScalingAsyncClient.createLaunchConfigurationAsync(CreateLaunchConfigurationRequest createLaunchConfigurationRequest, AsyncHandler<CreateLaunchConfigurationRequest,Void> asyncHandler)
           Creates a new launch configuration.
 Future<Void> AmazonAutoScalingAsync.createLaunchConfigurationAsync(CreateLaunchConfigurationRequest createLaunchConfigurationRequest, AsyncHandler<CreateLaunchConfigurationRequest,Void> asyncHandler)
           Creates a new launch configuration.
 

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

Methods in com.amazonaws.services.autoscaling.model that return CreateLaunchConfigurationRequest
 CreateLaunchConfigurationRequest CreateLaunchConfigurationRequest.withAssociatePublicIpAddress(Boolean associatePublicIpAddress)
          Used for Auto Scaling groups that launch instances into an Amazon Virtual Private Cloud (Amazon VPC).
 CreateLaunchConfigurationRequest CreateLaunchConfigurationRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
          A list of mappings that specify how block devices are exposed to the instance.
 CreateLaunchConfigurationRequest CreateLaunchConfigurationRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          A list of mappings that specify how block devices are exposed to the instance.
 CreateLaunchConfigurationRequest CreateLaunchConfigurationRequest.withEbsOptimized(Boolean ebsOptimized)
          Whether the instance is optimized for EBS I/O.
 CreateLaunchConfigurationRequest 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 CreateLaunchConfigurationRequest.withImageId(String imageId)
          Unique ID of the Amazon Machine Image (AMI) you want to use to launch your EC2 instances.
 CreateLaunchConfigurationRequest CreateLaunchConfigurationRequest.withInstanceId(String instanceId)
          The ID of the Amazon EC2 instance you want to use to create the launch configuration.
 CreateLaunchConfigurationRequest CreateLaunchConfigurationRequest.withInstanceMonitoring(InstanceMonitoring instanceMonitoring)
          Enables detailed monitoring if it is disabled.
 CreateLaunchConfigurationRequest CreateLaunchConfigurationRequest.withInstanceType(String instanceType)
          The instance type of the Amazon EC2 instance.
 CreateLaunchConfigurationRequest CreateLaunchConfigurationRequest.withKernelId(String kernelId)
          The ID of the kernel associated with the Amazon EC2 AMI.
 CreateLaunchConfigurationRequest CreateLaunchConfigurationRequest.withKeyName(String keyName)
          The name of the Amazon EC2 key pair.
 CreateLaunchConfigurationRequest CreateLaunchConfigurationRequest.withLaunchConfigurationName(String launchConfigurationName)
          The name of the launch configuration to create.
 CreateLaunchConfigurationRequest CreateLaunchConfigurationRequest.withPlacementTenancy(String placementTenancy)
          The tenancy of the instance.
 CreateLaunchConfigurationRequest CreateLaunchConfigurationRequest.withRamdiskId(String ramdiskId)
          The ID of the RAM disk associated with the Amazon EC2 AMI.
 CreateLaunchConfigurationRequest CreateLaunchConfigurationRequest.withSecurityGroups(Collection<String> securityGroups)
          The security groups with which to associate Amazon EC2 or Amazon VPC instances.
 CreateLaunchConfigurationRequest CreateLaunchConfigurationRequest.withSecurityGroups(String... securityGroups)
          The security groups with which to associate Amazon EC2 or Amazon VPC instances.
 CreateLaunchConfigurationRequest CreateLaunchConfigurationRequest.withSpotPrice(String spotPrice)
          The maximum hourly price to be paid for any Spot Instance launched to fulfill the request.
 CreateLaunchConfigurationRequest CreateLaunchConfigurationRequest.withUserData(String userData)
          The user data to make available to the launched Amazon EC2 instances.
 



Copyright © 2016. All rights reserved.