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