| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs |
AWS Elastic Disaster Recovery Service.
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateSourceNetworkStackResponse |
DrsClient.associateSourceNetworkStack(AssociateSourceNetworkStackRequest associateSourceNetworkStackRequest)
Associate a Source Network to an existing CloudFormation Stack and modify launch templates to use this network.
|
default AssociateSourceNetworkStackResponse |
DrsClient.associateSourceNetworkStack(Consumer<AssociateSourceNetworkStackRequest.Builder> associateSourceNetworkStackRequest)
Associate a Source Network to an existing CloudFormation Stack and modify launch templates to use this network.
|
default CreateExtendedSourceServerResponse |
DrsClient.createExtendedSourceServer(Consumer<CreateExtendedSourceServerRequest.Builder> createExtendedSourceServerRequest)
Create an extended source server in the target Account based on the source server in staging account.
|
default CreateExtendedSourceServerResponse |
DrsClient.createExtendedSourceServer(CreateExtendedSourceServerRequest createExtendedSourceServerRequest)
Create an extended source server in the target Account based on the source server in staging account.
|
default CreateLaunchConfigurationTemplateResponse |
DrsClient.createLaunchConfigurationTemplate(Consumer<CreateLaunchConfigurationTemplateRequest.Builder> createLaunchConfigurationTemplateRequest)
Creates a new Launch Configuration Template.
|
default CreateLaunchConfigurationTemplateResponse |
DrsClient.createLaunchConfigurationTemplate(CreateLaunchConfigurationTemplateRequest createLaunchConfigurationTemplateRequest)
Creates a new Launch Configuration Template.
|
default CreateReplicationConfigurationTemplateResponse |
DrsClient.createReplicationConfigurationTemplate(Consumer<CreateReplicationConfigurationTemplateRequest.Builder> createReplicationConfigurationTemplateRequest)
Creates a new ReplicationConfigurationTemplate.
|
default CreateReplicationConfigurationTemplateResponse |
DrsClient.createReplicationConfigurationTemplate(CreateReplicationConfigurationTemplateRequest createReplicationConfigurationTemplateRequest)
Creates a new ReplicationConfigurationTemplate.
|
default CreateSourceNetworkResponse |
DrsClient.createSourceNetwork(Consumer<CreateSourceNetworkRequest.Builder> createSourceNetworkRequest)
Create a new Source Network resource for a provided VPC ID.
|
default CreateSourceNetworkResponse |
DrsClient.createSourceNetwork(CreateSourceNetworkRequest createSourceNetworkRequest)
Create a new Source Network resource for a provided VPC ID.
|
default StartFailbackLaunchResponse |
DrsClient.startFailbackLaunch(Consumer<StartFailbackLaunchRequest.Builder> startFailbackLaunchRequest)
Initiates a Job for launching the machine that is being failed back to from the specified Recovery Instance.
|
default StartFailbackLaunchResponse |
DrsClient.startFailbackLaunch(StartFailbackLaunchRequest startFailbackLaunchRequest)
Initiates a Job for launching the machine that is being failed back to from the specified Recovery Instance.
|
default StartRecoveryResponse |
DrsClient.startRecovery(Consumer<StartRecoveryRequest.Builder> startRecoveryRequest)
Launches Recovery Instances for the specified Source Servers.
|
default StartRecoveryResponse |
DrsClient.startRecovery(StartRecoveryRequest startRecoveryRequest)
Launches Recovery Instances for the specified Source Servers.
|
default StartSourceNetworkRecoveryResponse |
DrsClient.startSourceNetworkRecovery(Consumer<StartSourceNetworkRecoveryRequest.Builder> startSourceNetworkRecoveryRequest)
Deploy VPC for the specified Source Network and modify launch templates to use this network.
|
default StartSourceNetworkRecoveryResponse |
DrsClient.startSourceNetworkRecovery(StartSourceNetworkRecoveryRequest startSourceNetworkRecoveryRequest)
Deploy VPC for the specified Source Network and modify launch templates to use this network.
|
default TerminateRecoveryInstancesResponse |
DrsClient.terminateRecoveryInstances(Consumer<TerminateRecoveryInstancesRequest.Builder> terminateRecoveryInstancesRequest)
Initiates a Job for terminating the EC2 resources associated with the specified Recovery Instances, and then will
delete the Recovery Instances from the Elastic Disaster Recovery service.
|
default TerminateRecoveryInstancesResponse |
DrsClient.terminateRecoveryInstances(TerminateRecoveryInstancesRequest terminateRecoveryInstancesRequest)
Initiates a Job for terminating the EC2 resources associated with the specified Recovery Instances, and then will
delete the Recovery Instances from the Elastic Disaster Recovery service.
|
Copyright © 2023. All rights reserved.