| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static HostRecovery |
HostRecovery.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HostRecovery |
ModifyHostsRequest.hostRecovery()
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
HostRecovery |
Host.hostRecovery()
Indicates whether host recovery is enabled or disabled for the Dedicated Host.
|
HostRecovery |
AllocateHostsRequest.hostRecovery()
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
static HostRecovery |
HostRecovery.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostRecovery[] |
HostRecovery.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<HostRecovery> |
HostRecovery.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModifyHostsRequest.Builder |
ModifyHostsRequest.Builder.hostRecovery(HostRecovery hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
Host.Builder |
Host.Builder.hostRecovery(HostRecovery hostRecovery)
Indicates whether host recovery is enabled or disabled for the Dedicated Host.
|
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.hostRecovery(HostRecovery hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
Copyright © 2020. All rights reserved.