Uses of Class
software.amazon.awssdk.services.mgn.model.BootMode
-
Packages that use BootMode Package Description software.amazon.awssdk.services.mgn.model -
-
Uses of BootMode in software.amazon.awssdk.services.mgn.model
Methods in software.amazon.awssdk.services.mgn.model that return BootMode Modifier and Type Method Description BootModeCreateLaunchConfigurationTemplateRequest. bootMode()Launch configuration template boot mode.BootModeCreateLaunchConfigurationTemplateResponse. bootMode()Launch configuration template boot mode.BootModeGetLaunchConfigurationResponse. bootMode()Launch configuration boot mode.BootModeLaunchConfigurationTemplate. bootMode()Launch configuration template boot mode.BootModeUpdateLaunchConfigurationRequest. bootMode()Update Launch configuration boot mode request.BootModeUpdateLaunchConfigurationResponse. bootMode()Launch configuration boot mode.BootModeUpdateLaunchConfigurationTemplateRequest. bootMode()Launch configuration template boot mode.BootModeUpdateLaunchConfigurationTemplateResponse. bootMode()Launch configuration template boot mode.static BootModeBootMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BootModeBootMode. valueOf(String name)Returns the enum constant of this type with the specified name.static BootMode[]BootMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mgn.model that return types with arguments of type BootMode Modifier and Type Method Description static Set<BootMode>BootMode. knownValues()Methods in software.amazon.awssdk.services.mgn.model with parameters of type BootMode Modifier and Type Method Description CreateLaunchConfigurationTemplateRequest.BuilderCreateLaunchConfigurationTemplateRequest.Builder. bootMode(BootMode bootMode)Launch configuration template boot mode.CreateLaunchConfigurationTemplateResponse.BuilderCreateLaunchConfigurationTemplateResponse.Builder. bootMode(BootMode bootMode)Launch configuration template boot mode.GetLaunchConfigurationResponse.BuilderGetLaunchConfigurationResponse.Builder. bootMode(BootMode bootMode)Launch configuration boot mode.LaunchConfigurationTemplate.BuilderLaunchConfigurationTemplate.Builder. bootMode(BootMode bootMode)Launch configuration template boot mode.UpdateLaunchConfigurationRequest.BuilderUpdateLaunchConfigurationRequest.Builder. bootMode(BootMode bootMode)Update Launch configuration boot mode request.UpdateLaunchConfigurationResponse.BuilderUpdateLaunchConfigurationResponse.Builder. bootMode(BootMode bootMode)Launch configuration boot mode.UpdateLaunchConfigurationTemplateRequest.BuilderUpdateLaunchConfigurationTemplateRequest.Builder. bootMode(BootMode bootMode)Launch configuration template boot mode.UpdateLaunchConfigurationTemplateResponse.BuilderUpdateLaunchConfigurationTemplateResponse.Builder. bootMode(BootMode bootMode)Launch configuration template boot mode.
-