Package | Description |
---|---|
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<LaunchConfiguration> |
DescribeLaunchConfigurationsResult.launchConfigurations
The launch configurations.
|
Modifier and Type | Method and Description |
---|---|
LaunchConfiguration |
LaunchConfiguration.clone() |
LaunchConfiguration |
LaunchConfiguration.withAssociatePublicIpAddress(java.lang.Boolean associatePublicIpAddress)
[EC2-VPC] Indicates whether to assign a public IP address to each
instance.
|
LaunchConfiguration |
LaunchConfiguration.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
A block device mapping, which specifies the block devices for the
instance.
|
LaunchConfiguration |
LaunchConfiguration.withBlockDeviceMappings(java.util.Collection<BlockDeviceMapping> blockDeviceMappings)
A block device mapping, which specifies the block devices for the
instance.
|
LaunchConfiguration |
LaunchConfiguration.withClassicLinkVPCId(java.lang.String classicLinkVPCId)
The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances
to.
|
LaunchConfiguration |
LaunchConfiguration.withClassicLinkVPCSecurityGroups(java.util.Collection<java.lang.String> classicLinkVPCSecurityGroups)
The IDs of one or more security groups for the VPC specified in
ClassicLinkVPCId . |
LaunchConfiguration |
LaunchConfiguration.withClassicLinkVPCSecurityGroups(java.lang.String... classicLinkVPCSecurityGroups)
The IDs of one or more security groups for the VPC specified in
ClassicLinkVPCId . |
LaunchConfiguration |
LaunchConfiguration.withCreatedTime(java.util.Date createdTime)
The creation date and time for the launch configuration.
|
LaunchConfiguration |
LaunchConfiguration.withEbsOptimized(java.lang.Boolean ebsOptimized)
Controls whether the instance is optimized for EBS I/O (
true
) or not (false ). |
LaunchConfiguration |
LaunchConfiguration.withIamInstanceProfile(java.lang.String iamInstanceProfile)
The name or Amazon Resource Name (ARN) of the instance profile associated
with the IAM role for the instance.
|
LaunchConfiguration |
LaunchConfiguration.withImageId(java.lang.String imageId)
The ID of the Amazon Machine Image (AMI).
|
LaunchConfiguration |
LaunchConfiguration.withInstanceMonitoring(InstanceMonitoring instanceMonitoring)
Controls whether instances in this group are launched with detailed
monitoring.
|
LaunchConfiguration |
LaunchConfiguration.withInstanceType(java.lang.String instanceType)
The instance type for the instances.
|
LaunchConfiguration |
LaunchConfiguration.withKernelId(java.lang.String kernelId)
The ID of the kernel associated with the AMI.
|
LaunchConfiguration |
LaunchConfiguration.withKeyName(java.lang.String keyName)
The name of the key pair.
|
LaunchConfiguration |
LaunchConfiguration.withLaunchConfigurationARN(java.lang.String launchConfigurationARN)
The Amazon Resource Name (ARN) of the launch configuration.
|
LaunchConfiguration |
LaunchConfiguration.withLaunchConfigurationName(java.lang.String launchConfigurationName)
The name of the launch configuration.
|
LaunchConfiguration |
LaunchConfiguration.withPlacementTenancy(java.lang.String placementTenancy)
The tenancy of the instance, either
default or
dedicated . |
LaunchConfiguration |
LaunchConfiguration.withRamdiskId(java.lang.String ramdiskId)
The ID of the RAM disk associated with the AMI.
|
LaunchConfiguration |
LaunchConfiguration.withSecurityGroups(java.util.Collection<java.lang.String> securityGroups)
The security groups to associate with the instances.
|
LaunchConfiguration |
LaunchConfiguration.withSecurityGroups(java.lang.String... securityGroups)
The security groups to associate with the instances.
|
LaunchConfiguration |
LaunchConfiguration.withSpotPrice(java.lang.String spotPrice)
The price to bid when launching Spot Instances.
|
LaunchConfiguration |
LaunchConfiguration.withUserData(java.lang.String userData)
The user data available to the instances.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LaunchConfiguration> |
DescribeLaunchConfigurationsResult.getLaunchConfigurations()
The launch configurations.
|
Modifier and Type | Method and Description |
---|---|
DescribeLaunchConfigurationsResult |
DescribeLaunchConfigurationsResult.withLaunchConfigurations(LaunchConfiguration... launchConfigurations)
The launch configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeLaunchConfigurationsResult.setLaunchConfigurations(java.util.Collection<LaunchConfiguration> launchConfigurations)
The launch configurations.
|
DescribeLaunchConfigurationsResult |
DescribeLaunchConfigurationsResult.withLaunchConfigurations(java.util.Collection<LaunchConfiguration> launchConfigurations)
The launch configurations.
|
Modifier and Type | Method and Description |
---|---|
LaunchConfiguration |
LaunchConfigurationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |