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