| Package | Description |
|---|---|
| com.amazonaws.services.drs |
AWS Elastic Disaster Recovery Service.
|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateLaunchConfigurationResult |
AbstractAWSdrs.updateLaunchConfiguration(UpdateLaunchConfigurationRequest request) |
UpdateLaunchConfigurationResult |
AWSdrs.updateLaunchConfiguration(UpdateLaunchConfigurationRequest updateLaunchConfigurationRequest)
Updates a LaunchConfiguration by Source Server ID.
|
UpdateLaunchConfigurationResult |
AWSdrsClient.updateLaunchConfiguration(UpdateLaunchConfigurationRequest request)
Updates a LaunchConfiguration by Source Server ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLaunchConfigurationResult> |
AbstractAWSdrsAsync.updateLaunchConfigurationAsync(UpdateLaunchConfigurationRequest request,
AsyncHandler<UpdateLaunchConfigurationRequest,UpdateLaunchConfigurationResult> asyncHandler) |
Future<UpdateLaunchConfigurationResult> |
AWSdrsAsync.updateLaunchConfigurationAsync(UpdateLaunchConfigurationRequest updateLaunchConfigurationRequest,
AsyncHandler<UpdateLaunchConfigurationRequest,UpdateLaunchConfigurationResult> asyncHandler)
Updates a LaunchConfiguration by Source Server ID.
|
Future<UpdateLaunchConfigurationResult> |
AWSdrsAsyncClient.updateLaunchConfigurationAsync(UpdateLaunchConfigurationRequest request,
AsyncHandler<UpdateLaunchConfigurationRequest,UpdateLaunchConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateLaunchConfigurationResult |
UpdateLaunchConfigurationResult.clone() |
UpdateLaunchConfigurationResult |
UpdateLaunchConfigurationResult.withCopyPrivateIp(Boolean copyPrivateIp)
Whether we should copy the Private IP of the Source Server to the Recovery Instance.
|
UpdateLaunchConfigurationResult |
UpdateLaunchConfigurationResult.withCopyTags(Boolean copyTags)
Whether we want to copy the tags of the Source Server to the EC2 machine of the Recovery Instance.
|
UpdateLaunchConfigurationResult |
UpdateLaunchConfigurationResult.withEc2LaunchTemplateID(String ec2LaunchTemplateID)
The EC2 launch template ID of this launch configuration.
|
UpdateLaunchConfigurationResult |
UpdateLaunchConfigurationResult.withLaunchDisposition(LaunchDisposition launchDisposition)
The state of the Recovery Instance in EC2 after the recovery operation.
|
UpdateLaunchConfigurationResult |
UpdateLaunchConfigurationResult.withLaunchDisposition(String launchDisposition)
The state of the Recovery Instance in EC2 after the recovery operation.
|
UpdateLaunchConfigurationResult |
UpdateLaunchConfigurationResult.withLicensing(Licensing licensing)
The licensing configuration to be used for this launch configuration.
|
UpdateLaunchConfigurationResult |
UpdateLaunchConfigurationResult.withName(String name)
The name of the launch configuration.
|
UpdateLaunchConfigurationResult |
UpdateLaunchConfigurationResult.withSourceServerID(String sourceServerID)
The ID of the Source Server for this launch configuration.
|
UpdateLaunchConfigurationResult |
UpdateLaunchConfigurationResult.withTargetInstanceTypeRightSizingMethod(String 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.
|
UpdateLaunchConfigurationResult |
UpdateLaunchConfigurationResult.withTargetInstanceTypeRightSizingMethod(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 © 2022. All rights reserved.