| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static HibernationOptionsRequest.Builder |
HibernationOptionsRequest.builder() |
HibernationOptionsRequest.Builder |
HibernationOptionsRequest.Builder.configured(Boolean configured)
If you set this parameter to
true, your instance is enabled for hibernation. |
HibernationOptionsRequest.Builder |
HibernationOptionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HibernationOptionsRequest.Builder> |
HibernationOptionsRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RunInstancesRequest.Builder |
RunInstancesRequest.Builder.hibernationOptions(Consumer<HibernationOptionsRequest.Builder> hibernationOptions)
Indicates whether an instance is enabled for hibernation.
|
Copyright © 2021. All rights reserved.