Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ModifyInstanceMaintenanceOptionsResult |
AmazonEC2Client.modifyInstanceMaintenanceOptions(ModifyInstanceMaintenanceOptionsRequest request)
Modifies the recovery behavior of your instance to disable simplified automatic recovery or set the recovery
behavior to default.
|
ModifyInstanceMaintenanceOptionsResult |
AmazonEC2.modifyInstanceMaintenanceOptions(ModifyInstanceMaintenanceOptionsRequest modifyInstanceMaintenanceOptionsRequest)
Modifies the recovery behavior of your instance to disable simplified automatic recovery or set the recovery
behavior to default.
|
ModifyInstanceMaintenanceOptionsResult |
AbstractAmazonEC2.modifyInstanceMaintenanceOptions(ModifyInstanceMaintenanceOptionsRequest request) |
Modifier and Type | Method and Description |
---|---|
ModifyInstanceMaintenanceOptionsResult |
ModifyInstanceMaintenanceOptionsResult.clone() |
ModifyInstanceMaintenanceOptionsResult |
ModifyInstanceMaintenanceOptionsResult.withAutoRecovery(InstanceAutoRecoveryState autoRecovery)
Provides information on the current automatic recovery behavior of your instance.
|
ModifyInstanceMaintenanceOptionsResult |
ModifyInstanceMaintenanceOptionsResult.withAutoRecovery(String autoRecovery)
Provides information on the current automatic recovery behavior of your instance.
|
ModifyInstanceMaintenanceOptionsResult |
ModifyInstanceMaintenanceOptionsResult.withInstanceId(String instanceId)
The ID of the instance.
|
Copyright © 2023. All rights reserved.