Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceMaintenanceOptions.Builder
-
Packages that use InstanceMaintenanceOptions.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InstanceMaintenanceOptions.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceMaintenanceOptions.Builder Modifier and Type Method Description InstanceMaintenanceOptions.BuilderInstanceMaintenanceOptions.Builder. autoRecovery(String autoRecovery)Provides information on the current automatic recovery behavior of your instance.InstanceMaintenanceOptions.BuilderInstanceMaintenanceOptions.Builder. autoRecovery(InstanceAutoRecoveryState autoRecovery)Provides information on the current automatic recovery behavior of your instance.static InstanceMaintenanceOptions.BuilderInstanceMaintenanceOptions. builder()InstanceMaintenanceOptions.BuilderInstanceMaintenanceOptions.Builder. rebootMigration(String rebootMigration)Specifies whether to attempt reboot migration during a user-initiated reboot of an instance that has a scheduledsystem-rebootevent:InstanceMaintenanceOptions.BuilderInstanceMaintenanceOptions.Builder. rebootMigration(InstanceRebootMigrationState rebootMigration)Specifies whether to attempt reboot migration during a user-initiated reboot of an instance that has a scheduledsystem-rebootevent:InstanceMaintenanceOptions.BuilderInstanceMaintenanceOptions. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceMaintenanceOptions.Builder Modifier and Type Method Description static Class<? extends InstanceMaintenanceOptions.Builder>InstanceMaintenanceOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceMaintenanceOptions.Builder Modifier and Type Method Description default Instance.BuilderInstance.Builder. maintenanceOptions(Consumer<InstanceMaintenanceOptions.Builder> maintenanceOptions)Provides information on the recovery and maintenance options of your instance.
-