Uses of Enum
software.amazon.awssdk.services.ec2.model.InstanceRebootMigrationState
Packages that use InstanceRebootMigrationState
-
Uses of InstanceRebootMigrationState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceRebootMigrationStateModifier and TypeMethodDescriptionstatic InstanceRebootMigrationStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceMaintenanceOptions.rebootMigration()Specifies whether to attempt reboot migration during a user-initiated reboot of an instance that has a scheduledsystem-rebootevent:ModifyInstanceMaintenanceOptionsRequest.rebootMigration()Specifies whether to attempt reboot migration during a user-initiated reboot of an instance that has a scheduledsystem-rebootevent:ModifyInstanceMaintenanceOptionsResponse.rebootMigration()Specifies whether to attempt reboot migration during a user-initiated reboot of an instance that has a scheduledsystem-rebootevent:static InstanceRebootMigrationStateReturns 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 InstanceRebootMigrationStateModifier and TypeMethodDescriptionstatic Set<InstanceRebootMigrationState>InstanceRebootMigrationState.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceRebootMigrationStateModifier and TypeMethodDescriptionInstanceMaintenanceOptions.Builder.rebootMigration(InstanceRebootMigrationState rebootMigration) Specifies whether to attempt reboot migration during a user-initiated reboot of an instance that has a scheduledsystem-rebootevent:ModifyInstanceMaintenanceOptionsRequest.Builder.rebootMigration(InstanceRebootMigrationState rebootMigration) Specifies whether to attempt reboot migration during a user-initiated reboot of an instance that has a scheduledsystem-rebootevent:ModifyInstanceMaintenanceOptionsResponse.Builder.rebootMigration(InstanceRebootMigrationState rebootMigration) Specifies whether to attempt reboot migration during a user-initiated reboot of an instance that has a scheduledsystem-rebootevent: