| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs |
AWS Elastic Disaster Recovery Service.
|
| software.amazon.awssdk.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateLaunchConfigurationResponse> |
DrsAsyncClient.updateLaunchConfiguration(Consumer<UpdateLaunchConfigurationRequest.Builder> updateLaunchConfigurationRequest)
Updates a LaunchConfiguration by Source Server ID.
|
default UpdateLaunchConfigurationResponse |
DrsClient.updateLaunchConfiguration(Consumer<UpdateLaunchConfigurationRequest.Builder> updateLaunchConfigurationRequest)
Updates a LaunchConfiguration by Source Server ID.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.builder() |
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.copyPrivateIp(Boolean copyPrivateIp)
Whether we should copy the Private IP of the Source Server to the Recovery Instance.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.copyTags(Boolean copyTags)
Whether we want to copy the tags of the Source Server to the EC2 machine of the Recovery Instance.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.launchDisposition(LaunchDisposition launchDisposition)
The state of the Recovery Instance in EC2 after the recovery operation.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.launchDisposition(String launchDisposition)
The state of the Recovery Instance in EC2 after the recovery operation.
|
default UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.licensing(Consumer<Licensing.Builder> licensing)
The licensing configuration to be used for this launch configuration.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.licensing(Licensing licensing)
The licensing configuration to be used for this launch configuration.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.name(String name)
The name of the launch configuration.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.sourceServerID(String sourceServerID)
The ID of the Source Server that we want to retrieve a Launch Configuration for.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.targetInstanceTypeRightSizingMethod(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.
|
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.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLaunchConfigurationRequest.Builder> |
UpdateLaunchConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.