| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling |
|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLaunchConfigurationResult> |
AmazonAutoScalingAsyncClient.createLaunchConfigurationAsync(CreateLaunchConfigurationRequest request,
AsyncHandler<CreateLaunchConfigurationRequest,CreateLaunchConfigurationResult> asyncHandler) |
Future<CreateLaunchConfigurationResult> |
AbstractAmazonAutoScalingAsync.createLaunchConfigurationAsync(CreateLaunchConfigurationRequest request,
AsyncHandler<CreateLaunchConfigurationRequest,CreateLaunchConfigurationResult> asyncHandler) |
Future<CreateLaunchConfigurationResult> |
AmazonAutoScalingAsync.createLaunchConfigurationAsync(CreateLaunchConfigurationRequest createLaunchConfigurationRequest,
AsyncHandler<CreateLaunchConfigurationRequest,CreateLaunchConfigurationResult> asyncHandler)
Creates a launch configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.clone() |
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withAssociatePublicIpAddress(Boolean associatePublicIpAddress)
For Auto Scaling groups that are running in a virtual private cloud (VPC), specifies whether to assign a public
IP address to the group's instances.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
A block device mapping, which specifies the block devices for the instance.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
A block device mapping, which specifies the block devices for the instance.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withClassicLinkVPCId(String classicLinkVPCId)
EC2-Classic retires on August 15, 2022.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withClassicLinkVPCSecurityGroups(Collection<String> classicLinkVPCSecurityGroups)
EC2-Classic retires on August 15, 2022.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withClassicLinkVPCSecurityGroups(String... classicLinkVPCSecurityGroups)
EC2-Classic retires on August 15, 2022.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withEbsOptimized(Boolean ebsOptimized)
Specifies whether the launch configuration is optimized for EBS I/O (
true) or not (
false). |
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)
The ID of the Amazon Machine Image (AMI) that was assigned during registration.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withInstanceId(String instanceId)
The ID of the instance to use to create the launch configuration.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withInstanceMonitoring(InstanceMonitoring instanceMonitoring)
Controls whether instances in this group are launched with detailed (
true) or basic (
false) monitoring. |
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withInstanceType(String instanceType)
Specifies the instance type of the EC2 instance.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withKernelId(String kernelId)
The ID of the kernel associated with the AMI.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withKeyName(String keyName)
The name of the key pair.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withLaunchConfigurationName(String launchConfigurationName)
The name of the launch configuration.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withMetadataOptions(InstanceMetadataOptions metadataOptions)
The metadata options for the instances.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withPlacementTenancy(String placementTenancy)
The tenancy of the instance.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withRamdiskId(String ramdiskId)
The ID of the RAM disk to select.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withSecurityGroups(Collection<String> securityGroups)
A list that contains the security groups to assign to the instances in the Auto Scaling group.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withSecurityGroups(String... securityGroups)
A list that contains the security groups to assign to the instances in the Auto Scaling group.
|
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 EC2 instances.
|
Copyright © 2022. All rights reserved.