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