| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
SourceServer |
SourceServer.addTagsEntry(String key,
String value)
Add a single Tags entry
|
SourceServer |
SourceServer.clearTagsEntries()
Removes all the entries added into Tags.
|
SourceServer |
SourceServer.clone() |
SourceServer |
CreateExtendedSourceServerResult.getSourceServer()
Created extended source server.
|
SourceServer |
StartReplicationResult.getSourceServer()
The Source Server that this action was targeted on.
|
SourceServer |
StopReplicationResult.getSourceServer()
The Source Server that this action was targeted on.
|
SourceServer |
SourceServer.withArn(String arn)
The ARN of the Source Server.
|
SourceServer |
SourceServer.withDataReplicationInfo(DataReplicationInfo dataReplicationInfo)
The Data Replication Info of the Source Server.
|
SourceServer |
SourceServer.withLastLaunchResult(LastLaunchResult lastLaunchResult)
The status of the last recovery launch of this Source Server.
|
SourceServer |
SourceServer.withLastLaunchResult(String lastLaunchResult)
The status of the last recovery launch of this Source Server.
|
SourceServer |
SourceServer.withLifeCycle(LifeCycle lifeCycle)
The lifecycle information of this Source Server.
|
SourceServer |
SourceServer.withRecoveryInstanceId(String recoveryInstanceId)
The ID of the Recovery Instance associated with this Source Server.
|
SourceServer |
SourceServer.withReplicationDirection(ReplicationDirection replicationDirection)
Replication direction of the Source Server.
|
SourceServer |
SourceServer.withReplicationDirection(String replicationDirection)
Replication direction of the Source Server.
|
SourceServer |
SourceServer.withReversedDirectionSourceServerArn(String reversedDirectionSourceServerArn)
For EC2-originated Source Servers which have been failed over and then failed back, this value will mean the ARN
of the Source Server on the opposite replication direction.
|
SourceServer |
SourceServer.withSourceCloudProperties(SourceCloudProperties sourceCloudProperties)
Source cloud properties of the Source Server.
|
SourceServer |
SourceServer.withSourceProperties(SourceProperties sourceProperties)
The source properties of the Source Server.
|
SourceServer |
SourceServer.withSourceServerID(String sourceServerID)
The ID of the Source Server.
|
SourceServer |
SourceServer.withStagingArea(StagingArea stagingArea)
The staging area of the source server.
|
SourceServer |
SourceServer.withTags(Map<String,String> tags)
The tags associated with the Source Server.
|
| Modifier and Type | Method and Description |
|---|---|
List<SourceServer> |
DescribeSourceServersResult.getItems()
An array of Source Servers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateExtendedSourceServerResult.setSourceServer(SourceServer sourceServer)
Created extended source server.
|
void |
StartReplicationResult.setSourceServer(SourceServer sourceServer)
The Source Server that this action was targeted on.
|
void |
StopReplicationResult.setSourceServer(SourceServer sourceServer)
The Source Server that this action was targeted on.
|
DescribeSourceServersResult |
DescribeSourceServersResult.withItems(SourceServer... items)
An array of Source Servers.
|
CreateExtendedSourceServerResult |
CreateExtendedSourceServerResult.withSourceServer(SourceServer sourceServer)
Created extended source server.
|
StartReplicationResult |
StartReplicationResult.withSourceServer(SourceServer sourceServer)
The Source Server that this action was targeted on.
|
StopReplicationResult |
StopReplicationResult.withSourceServer(SourceServer sourceServer)
The Source Server that this action was targeted on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSourceServersResult.setItems(Collection<SourceServer> items)
An array of Source Servers.
|
DescribeSourceServersResult |
DescribeSourceServersResult.withItems(Collection<SourceServer> items)
An array of Source Servers.
|
Copyright © 2023. All rights reserved.