| Package | Description |
|---|---|
| com.amazonaws.services.drs |
AWS Elastic Disaster Recovery Service.
|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
GetLaunchConfigurationResult |
AWSdrsClient.getLaunchConfiguration(GetLaunchConfigurationRequest request)
Gets a LaunchConfiguration, filtered by Source Server IDs.
|
GetLaunchConfigurationResult |
AWSdrs.getLaunchConfiguration(GetLaunchConfigurationRequest getLaunchConfigurationRequest)
Gets a LaunchConfiguration, filtered by Source Server IDs.
|
GetLaunchConfigurationResult |
AbstractAWSdrs.getLaunchConfiguration(GetLaunchConfigurationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetLaunchConfigurationResult> |
AbstractAWSdrsAsync.getLaunchConfigurationAsync(GetLaunchConfigurationRequest request,
AsyncHandler<GetLaunchConfigurationRequest,GetLaunchConfigurationResult> asyncHandler) |
Future<GetLaunchConfigurationResult> |
AWSdrsAsyncClient.getLaunchConfigurationAsync(GetLaunchConfigurationRequest request,
AsyncHandler<GetLaunchConfigurationRequest,GetLaunchConfigurationResult> asyncHandler) |
Future<GetLaunchConfigurationResult> |
AWSdrsAsync.getLaunchConfigurationAsync(GetLaunchConfigurationRequest getLaunchConfigurationRequest,
AsyncHandler<GetLaunchConfigurationRequest,GetLaunchConfigurationResult> asyncHandler)
Gets a LaunchConfiguration, filtered by Source Server IDs.
|
| Modifier and Type | Method and Description |
|---|---|
GetLaunchConfigurationResult |
GetLaunchConfigurationResult.clone() |
GetLaunchConfigurationResult |
GetLaunchConfigurationResult.withCopyPrivateIp(Boolean copyPrivateIp)
Whether we should copy the Private IP of the Source Server to the Recovery Instance.
|
GetLaunchConfigurationResult |
GetLaunchConfigurationResult.withCopyTags(Boolean copyTags)
Whether we want to copy the tags of the Source Server to the EC2 machine of the Recovery Instance.
|
GetLaunchConfigurationResult |
GetLaunchConfigurationResult.withEc2LaunchTemplateID(String ec2LaunchTemplateID)
The EC2 launch template ID of this launch configuration.
|
GetLaunchConfigurationResult |
GetLaunchConfigurationResult.withLaunchDisposition(LaunchDisposition launchDisposition)
The state of the Recovery Instance in EC2 after the recovery operation.
|
GetLaunchConfigurationResult |
GetLaunchConfigurationResult.withLaunchDisposition(String launchDisposition)
The state of the Recovery Instance in EC2 after the recovery operation.
|
GetLaunchConfigurationResult |
GetLaunchConfigurationResult.withLaunchIntoInstanceProperties(LaunchIntoInstanceProperties launchIntoInstanceProperties)
Launch into existing instance properties.
|
GetLaunchConfigurationResult |
GetLaunchConfigurationResult.withLicensing(Licensing licensing)
The licensing configuration to be used for this launch configuration.
|
GetLaunchConfigurationResult |
GetLaunchConfigurationResult.withName(String name)
The name of the launch configuration.
|
GetLaunchConfigurationResult |
GetLaunchConfigurationResult.withPostLaunchEnabled(Boolean postLaunchEnabled)
Whether we want to activate post-launch actions for the Source Server.
|
GetLaunchConfigurationResult |
GetLaunchConfigurationResult.withSourceServerID(String sourceServerID)
The ID of the Source Server for this launch configuration.
|
GetLaunchConfigurationResult |
GetLaunchConfigurationResult.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.
|
GetLaunchConfigurationResult |
GetLaunchConfigurationResult.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 © 2024. All rights reserved.