| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
LifeCycle |
LifeCycle.clone() |
LifeCycle |
SourceServer.getLifeCycle()
The lifecycle information of this Source Server.
|
LifeCycle |
RetryDataReplicationResult.getLifeCycle()
The lifecycle information of this Source Server.
|
LifeCycle |
DisconnectSourceServerResult.getLifeCycle()
The lifecycle information of this Source Server.
|
LifeCycle |
LifeCycle.withAddedToServiceDateTime(String addedToServiceDateTime)
The date and time of when the Source Server was added to the service.
|
LifeCycle |
LifeCycle.withElapsedReplicationDuration(String elapsedReplicationDuration)
The amount of time that the Source Server has been replicating for.
|
LifeCycle |
LifeCycle.withFirstByteDateTime(String firstByteDateTime)
The date and time of the first byte that was replicated from the Source Server.
|
LifeCycle |
LifeCycle.withLastLaunch(LifeCycleLastLaunch lastLaunch)
An object containing information regarding the last launch of the Source Server.
|
LifeCycle |
LifeCycle.withLastSeenByServiceDateTime(String lastSeenByServiceDateTime)
The date and time this Source Server was last seen by the service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceServer.setLifeCycle(LifeCycle lifeCycle)
The lifecycle information of this Source Server.
|
void |
RetryDataReplicationResult.setLifeCycle(LifeCycle lifeCycle)
The lifecycle information of this Source Server.
|
void |
DisconnectSourceServerResult.setLifeCycle(LifeCycle lifeCycle)
The lifecycle information of this Source Server.
|
SourceServer |
SourceServer.withLifeCycle(LifeCycle lifeCycle)
The lifecycle information of this Source Server.
|
RetryDataReplicationResult |
RetryDataReplicationResult.withLifeCycle(LifeCycle lifeCycle)
The lifecycle information of this Source Server.
|
DisconnectSourceServerResult |
DisconnectSourceServerResult.withLifeCycle(LifeCycle lifeCycle)
The lifecycle information of this Source Server.
|
Copyright © 2022. All rights reserved.