Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static HostRecovery |
HostRecovery.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
AllocateHostsRequest.setHostRecovery(HostRecovery hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
void |
ModifyHostsRequest.setHostRecovery(HostRecovery hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
void |
Host.setHostRecovery(HostRecovery hostRecovery)
Indicates whether host recovery is enabled or disabled for the Dedicated Host.
|
AllocateHostsRequest |
AllocateHostsRequest.withHostRecovery(HostRecovery hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
ModifyHostsRequest |
ModifyHostsRequest.withHostRecovery(HostRecovery hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
Host |
Host.withHostRecovery(HostRecovery hostRecovery)
Indicates whether host recovery is enabled or disabled for the Dedicated Host.
|
Copyright © 2021. All rights reserved.