| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceMaintenanceOptions |
InstanceMaintenanceOptions.clone() |
InstanceMaintenanceOptions |
Instance.getMaintenanceOptions()
Provides information on the recovery and maintenance options of your instance.
|
InstanceMaintenanceOptions |
InstanceMaintenanceOptions.withAutoRecovery(InstanceAutoRecoveryState autoRecovery)
Provides information on the current automatic recovery behavior of your instance.
|
InstanceMaintenanceOptions |
InstanceMaintenanceOptions.withAutoRecovery(String autoRecovery)
Provides information on the current automatic recovery behavior of your instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Instance.setMaintenanceOptions(InstanceMaintenanceOptions maintenanceOptions)
Provides information on the recovery and maintenance options of your instance.
|
Instance |
Instance.withMaintenanceOptions(InstanceMaintenanceOptions maintenanceOptions)
Provides information on the recovery and maintenance options of your instance.
|
Copyright © 2025. All rights reserved.