Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static HostMaintenance |
HostMaintenance.fromValue(String value)
Use this in place of valueOf.
|
static HostMaintenance |
HostMaintenance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostMaintenance[] |
HostMaintenance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Host.setHostMaintenance(HostMaintenance hostMaintenance)
Indicates whether host maintenance is enabled or disabled for the Dedicated Host.
|
void |
ModifyHostsRequest.setHostMaintenance(HostMaintenance hostMaintenance)
Indicates whether to enable or disable host maintenance for the Dedicated Host.
|
void |
AllocateHostsRequest.setHostMaintenance(HostMaintenance hostMaintenance)
Indicates whether to enable or disable host maintenance for the Dedicated Host.
|
Host |
Host.withHostMaintenance(HostMaintenance hostMaintenance)
Indicates whether host maintenance is enabled or disabled for the Dedicated Host.
|
ModifyHostsRequest |
ModifyHostsRequest.withHostMaintenance(HostMaintenance hostMaintenance)
Indicates whether to enable or disable host maintenance for the Dedicated Host.
|
AllocateHostsRequest |
AllocateHostsRequest.withHostMaintenance(HostMaintenance hostMaintenance)
Indicates whether to enable or disable host maintenance for the Dedicated Host.
|
Copyright © 2023. All rights reserved.