Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LaunchTemplate |
LaunchTemplate.clone() |
LaunchTemplate |
DeleteLaunchTemplateResult.getLaunchTemplate()
Information about the launch template.
|
LaunchTemplate |
ModifyLaunchTemplateResult.getLaunchTemplate()
Information about the launch template.
|
LaunchTemplate |
CreateLaunchTemplateResult.getLaunchTemplate()
Information about the launch template.
|
LaunchTemplate |
LaunchTemplate.withCreatedBy(String createdBy)
The principal that created the launch template.
|
LaunchTemplate |
LaunchTemplate.withCreateTime(Date createTime)
The time launch template was created.
|
LaunchTemplate |
LaunchTemplate.withDefaultVersionNumber(Long defaultVersionNumber)
The version number of the default version of the launch template.
|
LaunchTemplate |
LaunchTemplate.withLatestVersionNumber(Long latestVersionNumber)
The version number of the latest version of the launch template.
|
LaunchTemplate |
LaunchTemplate.withLaunchTemplateId(String launchTemplateId)
The ID of the launch template.
|
LaunchTemplate |
LaunchTemplate.withLaunchTemplateName(String launchTemplateName)
The name of the launch template.
|
LaunchTemplate |
LaunchTemplate.withTags(Collection<Tag> tags)
The tags for the launch template.
|
LaunchTemplate |
LaunchTemplate.withTags(Tag... tags)
The tags for the launch template.
|
Modifier and Type | Method and Description |
---|---|
List<LaunchTemplate> |
DescribeLaunchTemplatesResult.getLaunchTemplates()
Information about the launch templates.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteLaunchTemplateResult.setLaunchTemplate(LaunchTemplate launchTemplate)
Information about the launch template.
|
void |
ModifyLaunchTemplateResult.setLaunchTemplate(LaunchTemplate launchTemplate)
Information about the launch template.
|
void |
CreateLaunchTemplateResult.setLaunchTemplate(LaunchTemplate launchTemplate)
Information about the launch template.
|
DeleteLaunchTemplateResult |
DeleteLaunchTemplateResult.withLaunchTemplate(LaunchTemplate launchTemplate)
Information about the launch template.
|
ModifyLaunchTemplateResult |
ModifyLaunchTemplateResult.withLaunchTemplate(LaunchTemplate launchTemplate)
Information about the launch template.
|
CreateLaunchTemplateResult |
CreateLaunchTemplateResult.withLaunchTemplate(LaunchTemplate launchTemplate)
Information about the launch template.
|
DescribeLaunchTemplatesResult |
DescribeLaunchTemplatesResult.withLaunchTemplates(LaunchTemplate... launchTemplates)
Information about the launch templates.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeLaunchTemplatesResult.setLaunchTemplates(Collection<LaunchTemplate> launchTemplates)
Information about the launch templates.
|
DescribeLaunchTemplatesResult |
DescribeLaunchTemplatesResult.withLaunchTemplates(Collection<LaunchTemplate> launchTemplates)
Information about the launch templates.
|
Copyright © 2021. All rights reserved.