| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
static LastLaunchResult |
LastLaunchResult.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LastLaunchResult |
DisconnectSourceServerResponse.lastLaunchResult()
The status of the last recovery launch of this Source Server.
|
LastLaunchResult |
SourceServer.lastLaunchResult()
The status of the last recovery launch of this Source Server.
|
LastLaunchResult |
RetryDataReplicationResponse.lastLaunchResult()
The status of the last recovery launch of this Source Server.
|
static LastLaunchResult |
LastLaunchResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LastLaunchResult[] |
LastLaunchResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LastLaunchResult> |
LastLaunchResult.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DisconnectSourceServerResponse.Builder |
DisconnectSourceServerResponse.Builder.lastLaunchResult(LastLaunchResult lastLaunchResult)
The status of the last recovery launch of this Source Server.
|
SourceServer.Builder |
SourceServer.Builder.lastLaunchResult(LastLaunchResult lastLaunchResult)
The status of the last recovery launch of this Source Server.
|
RetryDataReplicationResponse.Builder |
RetryDataReplicationResponse.Builder.lastLaunchResult(LastLaunchResult lastLaunchResult)
The status of the last recovery launch of this Source Server.
|
Copyright © 2023. All rights reserved.