| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateHibernationOptions |
LaunchTemplateHibernationOptions.clone() |
LaunchTemplateHibernationOptions |
ResponseLaunchTemplateData.getHibernationOptions()
Indicates whether an instance is configured for hibernation.
|
LaunchTemplateHibernationOptions |
LaunchTemplateHibernationOptions.withConfigured(Boolean configured)
If this parameter is set to
true, the instance is enabled for hibernation; otherwise, it is not
enabled for hibernation. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseLaunchTemplateData.setHibernationOptions(LaunchTemplateHibernationOptions hibernationOptions)
Indicates whether an instance is configured for hibernation.
|
ResponseLaunchTemplateData |
ResponseLaunchTemplateData.withHibernationOptions(LaunchTemplateHibernationOptions hibernationOptions)
Indicates whether an instance is configured for hibernation.
|
Copyright © 2023. All rights reserved.