| 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 |
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.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.
|
DescribeSourceServersResult |
DescribeSourceServersResult.withItems(SourceServer... items)
An array of Source Servers.
|
CreateExtendedSourceServerResult |
CreateExtendedSourceServerResult.withSourceServer(SourceServer sourceServer)
Created extended source server.
|
| 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 © 2022. All rights reserved.