| 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)
Specifies whether to assign a public IPv4 address to the group's instances.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
The block device mapping entries that define the block devices to attach to the instances at launch.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping entries that define the block devices to attach to the instances at launch.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withClassicLinkVPCId(String classicLinkVPCId)
Available for backward compatibility.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withClassicLinkVPCSecurityGroups(Collection<String> classicLinkVPCSecurityGroups)
Available for backward compatibility.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withClassicLinkVPCSecurityGroups(String... classicLinkVPCSecurityGroups)
Available for backward compatibility.
|
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, either
default or dedicated. |
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 group IDs to assign to the instances in the Auto Scaling group.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withSecurityGroups(String... securityGroups)
A list that contains the security group IDs 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 © 2025. All rights reserved.