Uses of Class
software.amazon.awssdk.services.drs.model.TargetInstanceTypeRightSizingMethod
-
Packages that use TargetInstanceTypeRightSizingMethod Package Description software.amazon.awssdk.services.drs.model -
-
Uses of TargetInstanceTypeRightSizingMethod in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return TargetInstanceTypeRightSizingMethod Modifier and Type Method Description static TargetInstanceTypeRightSizingMethodTargetInstanceTypeRightSizingMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TargetInstanceTypeRightSizingMethodCreateLaunchConfigurationTemplateRequest. targetInstanceTypeRightSizingMethod()Target instance type right-sizing method.TargetInstanceTypeRightSizingMethodGetLaunchConfigurationResponse. targetInstanceTypeRightSizingMethod()Whether Elastic Disaster Recovery should try to automatically choose the instance type that best matches the OS, CPU, and RAM of your Source Server.TargetInstanceTypeRightSizingMethodLaunchConfigurationTemplate. targetInstanceTypeRightSizingMethod()Target instance type right-sizing method.TargetInstanceTypeRightSizingMethodUpdateLaunchConfigurationRequest. targetInstanceTypeRightSizingMethod()Whether Elastic Disaster Recovery should try to automatically choose the instance type that best matches the OS, CPU, and RAM of your Source Server.TargetInstanceTypeRightSizingMethodUpdateLaunchConfigurationResponse. targetInstanceTypeRightSizingMethod()Whether Elastic Disaster Recovery should try to automatically choose the instance type that best matches the OS, CPU, and RAM of your Source Server.TargetInstanceTypeRightSizingMethodUpdateLaunchConfigurationTemplateRequest. targetInstanceTypeRightSizingMethod()Target instance type right-sizing method.static TargetInstanceTypeRightSizingMethodTargetInstanceTypeRightSizingMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetInstanceTypeRightSizingMethod[]TargetInstanceTypeRightSizingMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type TargetInstanceTypeRightSizingMethod Modifier and Type Method Description static Set<TargetInstanceTypeRightSizingMethod>TargetInstanceTypeRightSizingMethod. knownValues()Methods in software.amazon.awssdk.services.drs.model with parameters of type TargetInstanceTypeRightSizingMethod Modifier and Type Method Description CreateLaunchConfigurationTemplateRequest.BuilderCreateLaunchConfigurationTemplateRequest.Builder. targetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)Target instance type right-sizing method.GetLaunchConfigurationResponse.BuilderGetLaunchConfigurationResponse.Builder. targetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)Whether Elastic Disaster Recovery should try to automatically choose the instance type that best matches the OS, CPU, and RAM of your Source Server.LaunchConfigurationTemplate.BuilderLaunchConfigurationTemplate.Builder. targetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)Target instance type right-sizing method.UpdateLaunchConfigurationRequest.BuilderUpdateLaunchConfigurationRequest.Builder. targetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)Whether Elastic Disaster Recovery should try to automatically choose the instance type that best matches the OS, CPU, and RAM of your Source Server.UpdateLaunchConfigurationResponse.BuilderUpdateLaunchConfigurationResponse.Builder. targetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)Whether Elastic Disaster Recovery should try to automatically choose the instance type that best matches the OS, CPU, and RAM of your Source Server.UpdateLaunchConfigurationTemplateRequest.BuilderUpdateLaunchConfigurationTemplateRequest.Builder. targetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)Target instance type right-sizing method.
-