| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
StagingArea |
StagingArea.clone() |
StagingArea |
SourceServer.getStagingArea()
The staging area of the source server.
|
StagingArea |
RetryDataReplicationResult.getStagingArea()
The staging area of the source server.
|
StagingArea |
DisconnectSourceServerResult.getStagingArea()
The staging area of the source server.
|
StagingArea |
StagingArea.withErrorMessage(String errorMessage)
Shows an error message that occurred when DRS tried to access the staging source server.
|
StagingArea |
StagingArea.withStagingAccountID(String stagingAccountID)
Account ID of the account to which source server belongs.
|
StagingArea |
StagingArea.withStagingSourceServerArn(String stagingSourceServerArn)
Arn of the staging source server if this source server is extended
|
StagingArea |
StagingArea.withStatus(ExtensionStatus status)
Status of Source server extension.
|
StagingArea |
StagingArea.withStatus(String status)
Status of Source server extension.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceServer.setStagingArea(StagingArea stagingArea)
The staging area of the source server.
|
void |
RetryDataReplicationResult.setStagingArea(StagingArea stagingArea)
The staging area of the source server.
|
void |
DisconnectSourceServerResult.setStagingArea(StagingArea stagingArea)
The staging area of the source server.
|
SourceServer |
SourceServer.withStagingArea(StagingArea stagingArea)
The staging area of the source server.
|
RetryDataReplicationResult |
RetryDataReplicationResult.withStagingArea(StagingArea stagingArea)
The staging area of the source server.
|
DisconnectSourceServerResult |
DisconnectSourceServerResult.withStagingArea(StagingArea stagingArea)
The staging area of the source server.
|
Copyright © 2022. All rights reserved.