Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceMaintenanceOptionsRequest |
InstanceMaintenanceOptionsRequest.clone() |
InstanceMaintenanceOptionsRequest |
RunInstancesRequest.getMaintenanceOptions()
The maintenance and recovery options for the instance.
|
InstanceMaintenanceOptionsRequest |
InstanceMaintenanceOptionsRequest.withAutoRecovery(InstanceAutoRecoveryState autoRecovery)
Disables the automatic recovery behavior of your instance or sets it to default.
|
InstanceMaintenanceOptionsRequest |
InstanceMaintenanceOptionsRequest.withAutoRecovery(String autoRecovery)
Disables the automatic recovery behavior of your instance or sets it to default.
|
Modifier and Type | Method and Description |
---|---|
void |
RunInstancesRequest.setMaintenanceOptions(InstanceMaintenanceOptionsRequest maintenanceOptions)
The maintenance and recovery options for the instance.
|
RunInstancesRequest |
RunInstancesRequest.withMaintenanceOptions(InstanceMaintenanceOptionsRequest maintenanceOptions)
The maintenance and recovery options for the instance.
|
Copyright © 2023. All rights reserved.