Package | Description |
---|---|
com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
Modifier and Type | Method and Description |
---|---|
LaunchConfiguration |
LaunchConfiguration.withAssociatePublicIpAddress(Boolean associatePublicIpAddress)
Specifies whether the instance is associated with a public IP address
(
true ) or not (false ). |
LaunchConfiguration |
LaunchConfiguration.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
Specifies how block devices are exposed to the instance.
|
LaunchConfiguration |
LaunchConfiguration.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Specifies how block devices are exposed to the instance.
|
LaunchConfiguration |
LaunchConfiguration.withCreatedTime(Date createdTime)
Provides the creation date and time for this launch configuration.
|
LaunchConfiguration |
LaunchConfiguration.withEbsOptimized(Boolean ebsOptimized)
Specifies whether the instance is optimized for EBS I/O (true)
or not (false).
|
LaunchConfiguration |
LaunchConfiguration.withIamInstanceProfile(String iamInstanceProfile)
Provides the name or the Amazon Resource Name (ARN) of the instance
profile associated with the IAM role for the instance.
|
LaunchConfiguration |
LaunchConfiguration.withImageId(String imageId)
Provides the unique ID of the Amazon Machine Image (AMI) that
was assigned during registration.
|
LaunchConfiguration |
LaunchConfiguration.withInstanceMonitoring(InstanceMonitoring instanceMonitoring)
Controls whether instances in this group are launched with detailed
monitoring or not.
|
LaunchConfiguration |
LaunchConfiguration.withInstanceType(String instanceType)
Specifies the instance type of the Amazon EC2 instance.
|
LaunchConfiguration |
LaunchConfiguration.withKernelId(String kernelId)
Provides the ID of the kernel associated with the Amazon EC2 AMI.
|
LaunchConfiguration |
LaunchConfiguration.withKeyName(String keyName)
Provides the name of the Amazon EC2 key pair.
|
LaunchConfiguration |
LaunchConfiguration.withLaunchConfigurationARN(String launchConfigurationARN)
The launch configuration's Amazon Resource Name (ARN).
|
LaunchConfiguration |
LaunchConfiguration.withLaunchConfigurationName(String launchConfigurationName)
Specifies the name of the launch configuration.
|
LaunchConfiguration |
LaunchConfiguration.withPlacementTenancy(String placementTenancy)
Specifies the tenancy of the instance.
|
LaunchConfiguration |
LaunchConfiguration.withRamdiskId(String ramdiskId)
Provides ID of the RAM disk associated with the Amazon EC2 AMI.
|
LaunchConfiguration |
LaunchConfiguration.withSecurityGroups(Collection<String> securityGroups)
A description of the security groups to associate with the Amazon EC2
instances.
|
LaunchConfiguration |
LaunchConfiguration.withSecurityGroups(String... securityGroups)
A description of the security groups to associate with the Amazon EC2
instances.
|
LaunchConfiguration |
LaunchConfiguration.withSpotPrice(String spotPrice)
Specifies the price to bid when launching Spot Instances.
|
LaunchConfiguration |
LaunchConfiguration.withUserData(String userData)
The user data available to the launched Amazon EC2 instances.
|
Modifier and Type | Method and Description |
---|---|
List<LaunchConfiguration> |
DescribeLaunchConfigurationsResult.getLaunchConfigurations()
A list of launch configurations.
|
Modifier and Type | Method and Description |
---|---|
DescribeLaunchConfigurationsResult |
DescribeLaunchConfigurationsResult.withLaunchConfigurations(LaunchConfiguration... launchConfigurations)
A list of launch configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeLaunchConfigurationsResult.setLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
A list of launch configurations.
|
DescribeLaunchConfigurationsResult |
DescribeLaunchConfigurationsResult.withLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
A list of launch configurations.
|
Copyright © 2014. All rights reserved.