| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetInstanceTypeRightSizingMethod |
TargetInstanceTypeRightSizingMethod.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TargetInstanceTypeRightSizingMethod |
UpdateLaunchConfigurationTemplateRequest.targetInstanceTypeRightSizingMethod()
Target instance type right-sizing method.
|
TargetInstanceTypeRightSizingMethod |
UpdateLaunchConfigurationResponse.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.
|
TargetInstanceTypeRightSizingMethod |
LaunchConfigurationTemplate.targetInstanceTypeRightSizingMethod()
Target instance type right-sizing method.
|
TargetInstanceTypeRightSizingMethod |
CreateLaunchConfigurationTemplateRequest.targetInstanceTypeRightSizingMethod()
Target instance type right-sizing method.
|
TargetInstanceTypeRightSizingMethod |
UpdateLaunchConfigurationRequest.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.
|
TargetInstanceTypeRightSizingMethod |
GetLaunchConfigurationResponse.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.
|
static TargetInstanceTypeRightSizingMethod |
TargetInstanceTypeRightSizingMethod.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TargetInstanceTypeRightSizingMethod> |
TargetInstanceTypeRightSizingMethod.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLaunchConfigurationTemplateRequest.Builder |
UpdateLaunchConfigurationTemplateRequest.Builder.targetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)
Target instance type right-sizing method.
|
UpdateLaunchConfigurationResponse.Builder |
UpdateLaunchConfigurationResponse.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.Builder |
LaunchConfigurationTemplate.Builder.targetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)
Target instance type right-sizing method.
|
CreateLaunchConfigurationTemplateRequest.Builder |
CreateLaunchConfigurationTemplateRequest.Builder.targetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)
Target instance type right-sizing method.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.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.
|
GetLaunchConfigurationResponse.Builder |
GetLaunchConfigurationResponse.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.
|
Copyright © 2023. All rights reserved.