| Package | Description |
|---|---|
| com.amazonaws.services.drs.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 |
CreateLaunchConfigurationTemplateResult.getLaunchConfigurationTemplate()
Created Launch Configuration Template.
|
LaunchConfigurationTemplate |
UpdateLaunchConfigurationTemplateResult.getLaunchConfigurationTemplate()
Updated Launch Configuration Template.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withArn(String arn)
ARN of the Launch Configuration Template.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withCopyPrivateIp(Boolean copyPrivateIp)
Copy private IP.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withCopyTags(Boolean copyTags)
Copy tags.
|
LaunchConfigurationTemplate |
LaunchConfigurationTemplate.withExportBucketArn(String exportBucketArn)
S3 bucket ARN to export Source Network templates.
|
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)
Licensing.
|
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 |
|---|---|
void |
CreateLaunchConfigurationTemplateResult.setLaunchConfigurationTemplate(LaunchConfigurationTemplate launchConfigurationTemplate)
Created Launch Configuration Template.
|
void |
UpdateLaunchConfigurationTemplateResult.setLaunchConfigurationTemplate(LaunchConfigurationTemplate launchConfigurationTemplate)
Updated Launch Configuration Template.
|
DescribeLaunchConfigurationTemplatesResult |
DescribeLaunchConfigurationTemplatesResult.withItems(LaunchConfigurationTemplate... items)
List of items returned by DescribeLaunchConfigurationTemplates.
|
CreateLaunchConfigurationTemplateResult |
CreateLaunchConfigurationTemplateResult.withLaunchConfigurationTemplate(LaunchConfigurationTemplate launchConfigurationTemplate)
Created Launch Configuration Template.
|
UpdateLaunchConfigurationTemplateResult |
UpdateLaunchConfigurationTemplateResult.withLaunchConfigurationTemplate(LaunchConfigurationTemplate launchConfigurationTemplate)
Updated Launch Configuration Template.
|
| 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.