Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Future<Void> |
AmazonAutoScalingAsync.createLaunchConfigurationAsync(CreateLaunchConfigurationRequest createLaunchConfigurationRequest,
AsyncHandler<CreateLaunchConfigurationRequest,Void> asyncHandler)
Creates a new launch configuration.
|
Future<Void> |
AmazonAutoScalingAsyncClient.createLaunchConfigurationAsync(CreateLaunchConfigurationRequest createLaunchConfigurationRequest,
AsyncHandler<CreateLaunchConfigurationRequest,Void> asyncHandler)
Creates a new launch configuration.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonAutoScalingAsync.createLaunchConfigurationAsync(CreateLaunchConfigurationRequest createLaunchConfigurationRequest,
AsyncHandler<CreateLaunchConfigurationRequest,Void> asyncHandler)
Creates a new launch configuration.
|
Future<Void> |
AmazonAutoScalingAsyncClient.createLaunchConfigurationAsync(CreateLaunchConfigurationRequest createLaunchConfigurationRequest,
AsyncHandler<CreateLaunchConfigurationRequest,Void> asyncHandler)
Creates a new launch configuration.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.