Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceRebootMigrationState
-
Packages that use InstanceRebootMigrationState Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InstanceRebootMigrationState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceRebootMigrationState Modifier and Type Method Description static InstanceRebootMigrationStateInstanceRebootMigrationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceRebootMigrationStateInstanceMaintenanceOptions. rebootMigration()Specifies whether to attempt reboot migration during a user-initiated reboot of an instance that has a scheduledsystem-rebootevent:InstanceRebootMigrationStateModifyInstanceMaintenanceOptionsRequest. rebootMigration()Specifies whether to attempt reboot migration during a user-initiated reboot of an instance that has a scheduledsystem-rebootevent:InstanceRebootMigrationStateModifyInstanceMaintenanceOptionsResponse. rebootMigration()Specifies whether to attempt reboot migration during a user-initiated reboot of an instance that has a scheduledsystem-rebootevent:static InstanceRebootMigrationStateInstanceRebootMigrationState. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceRebootMigrationState[]InstanceRebootMigrationState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceRebootMigrationState Modifier and Type Method Description static Set<InstanceRebootMigrationState>InstanceRebootMigrationState. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceRebootMigrationState Modifier and Type Method Description 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:ModifyInstanceMaintenanceOptionsRequest.BuilderModifyInstanceMaintenanceOptionsRequest.Builder. rebootMigration(InstanceRebootMigrationState rebootMigration)Specifies whether to attempt reboot migration during a user-initiated reboot of an instance that has a scheduledsystem-rebootevent:ModifyInstanceMaintenanceOptionsResponse.BuilderModifyInstanceMaintenanceOptionsResponse.Builder. rebootMigration(InstanceRebootMigrationState rebootMigration)Specifies whether to attempt reboot migration during a user-initiated reboot of an instance that has a scheduledsystem-rebootevent:
-