| Package | Description |
|---|---|
| com.amazonaws.services.mgn.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.addTagsEntry(String key,
String value)
Add a single Tags entry
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.clearTagsEntries()
Removes all the entries added into Tags.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.clone() |
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withArn(String arn)
ARN of the Launch Configuration Template.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withAssociatePublicIpAddress(Boolean associatePublicIpAddress)
Associate public Ip address.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withBootMode(BootMode bootMode)
Launch configuration template boot mode.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withBootMode(String bootMode)
Launch configuration template boot mode.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withCopyPrivateIp(Boolean copyPrivateIp)
Copy private Ip.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withCopyTags(Boolean copyTags)
Copy tags.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withEc2LaunchTemplateID(String ec2LaunchTemplateID)
EC2 launch template ID.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withEnableMapAutoTagging(Boolean enableMapAutoTagging)
Enable map auto tagging.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withLargeVolumeConf(LaunchTemplateDiskConf largeVolumeConf)
Large volume config.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withLaunchConfigurationTemplateID(String launchConfigurationTemplateID)
ID of the Launch Configuration Template.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withLaunchDisposition(LaunchDisposition launchDisposition)
Launch disposition.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withLaunchDisposition(String launchDisposition)
Launch disposition.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withLicensing(Licensing licensing) |
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withMapAutoTaggingMpeID(String mapAutoTaggingMpeID)
Launch configuration template map auto tagging MPE ID.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withPostLaunchActions(PostLaunchActions postLaunchActions)
Post Launch Actions of the Launch Configuration Template.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withSmallVolumeConf(LaunchTemplateDiskConf smallVolumeConf)
Small volume config.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withSmallVolumeMaxSize(Long smallVolumeMaxSize)
Small volume maximum size.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withTags(Map<String,String> tags)
Tags of the Launch Configuration Template.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withTargetInstanceTypeRightSizingMethod(String targetInstanceTypeRightSizingMethod)
Target instance type right-sizing method.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withTargetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)
Target instance type right-sizing method.
|
| Modifier and Type | Method and Description |
|---|---|
List<LaunchConfigurationTemplate> |
DescribeLaunchConfigurationTemplatesResult.getItems()
List of items returned by DescribeLaunchConfigurationTemplates.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLaunchConfigurationTemplatesResult |
DescribeLaunchConfigurationTemplatesResult.withItems(LaunchConfigurationTemplate... items)
List of items returned by DescribeLaunchConfigurationTemplates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLaunchConfigurationTemplatesResult.setItems(Collection<LaunchConfigurationTemplate> items)
List of items returned by DescribeLaunchConfigurationTemplates.
|
DescribeLaunchConfigurationTemplatesResult |
DescribeLaunchConfigurationTemplatesResult.withItems(Collection<LaunchConfigurationTemplate> items)
List of items returned by DescribeLaunchConfigurationTemplates.
|
Copyright © 2023. All rights reserved.