Uses of Interface
software.amazon.awssdk.services.ec2.model.LaunchTemplateInstanceMaintenanceOptionsRequest.Builder
-
Packages that use LaunchTemplateInstanceMaintenanceOptionsRequest.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of LaunchTemplateInstanceMaintenanceOptionsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LaunchTemplateInstanceMaintenanceOptionsRequest.Builder Modifier and Type Method Description LaunchTemplateInstanceMaintenanceOptionsRequest.BuilderLaunchTemplateInstanceMaintenanceOptionsRequest.Builder. autoRecovery(String autoRecovery)Disables the automatic recovery behavior of your instance or sets it to default.LaunchTemplateInstanceMaintenanceOptionsRequest.BuilderLaunchTemplateInstanceMaintenanceOptionsRequest.Builder. autoRecovery(LaunchTemplateAutoRecoveryState autoRecovery)Disables the automatic recovery behavior of your instance or sets it to default.static LaunchTemplateInstanceMaintenanceOptionsRequest.BuilderLaunchTemplateInstanceMaintenanceOptionsRequest. builder()LaunchTemplateInstanceMaintenanceOptionsRequest.BuilderLaunchTemplateInstanceMaintenanceOptionsRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateInstanceMaintenanceOptionsRequest.Builder Modifier and Type Method Description static Class<? extends LaunchTemplateInstanceMaintenanceOptionsRequest.Builder>LaunchTemplateInstanceMaintenanceOptionsRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateInstanceMaintenanceOptionsRequest.Builder Modifier and Type Method Description default RequestLaunchTemplateData.BuilderRequestLaunchTemplateData.Builder. maintenanceOptions(Consumer<LaunchTemplateInstanceMaintenanceOptionsRequest.Builder> maintenanceOptions)The maintenance options for the instance.
-