| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
EC2InstanceState |
RecoveryInstance.ec2InstanceState()
The state of the EC2 instance for this Recovery Instance.
|
static EC2InstanceState |
EC2InstanceState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EC2InstanceState |
EC2InstanceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EC2InstanceState[] |
EC2InstanceState.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<EC2InstanceState> |
EC2InstanceState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RecoveryInstance.Builder |
RecoveryInstance.Builder.ec2InstanceState(EC2InstanceState ec2InstanceState)
The state of the EC2 instance for this Recovery Instance.
|
Copyright © 2023. All rights reserved.