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