|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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> |
AmazonAutoScalingAsync.createLaunchConfigurationAsync(CreateLaunchConfigurationRequest createLaunchConfigurationRequest)
Creates a new launch configuration. |
Future<Void> |
AmazonAutoScalingAsyncClient.createLaunchConfigurationAsync(CreateLaunchConfigurationRequest createLaunchConfigurationRequest)
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.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
Specifies how block devices are exposed to the instance. |
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Specifies how block devices are exposed to the instance. |
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withImageId(String imageId)
Unique ID of the Amazon Machine Image (AMI) which was assigned during registration. |
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withInstanceType(String instanceType)
The instance type of the EC2 instance. |
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withKernelId(String kernelId)
The ID of the kernel associated with the EC2 AMI. |
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withKeyName(String keyName)
The name of the EC2 key pair. |
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withLaunchConfigurationName(String launchConfigurationName)
The name of the launch configuration to create. |
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withRamdiskId(String ramdiskId)
The ID of the RAM disk associated with the EC2 AMI. |
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withSecurityGroups(Collection<String> securityGroups)
A list of names of the security groups with which to associate EC2 instances. |
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withSecurityGroups(String... securityGroups)
A list of names of the security groups with which to associate EC2 instances. |
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withUserData(String userData)
The user data available to the launched EC2 instances. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |