| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static HostMaintenance |
HostMaintenance.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HostMaintenance |
Host.hostMaintenance()
Indicates whether host maintenance is enabled or disabled for the Dedicated Host.
|
HostMaintenance |
AllocateHostsRequest.hostMaintenance()
Indicates whether to enable or disable host maintenance for the Dedicated Host.
|
HostMaintenance |
ModifyHostsRequest.hostMaintenance()
Indicates whether to enable or disable host maintenance for the Dedicated Host.
|
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 |
|---|---|
static Set<HostMaintenance> |
HostMaintenance.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Host.Builder |
Host.Builder.hostMaintenance(HostMaintenance hostMaintenance)
Indicates whether host maintenance is enabled or disabled for the Dedicated Host.
|
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.hostMaintenance(HostMaintenance hostMaintenance)
Indicates whether to enable or disable host maintenance for the Dedicated Host.
|
ModifyHostsRequest.Builder |
ModifyHostsRequest.Builder.hostMaintenance(HostMaintenance hostMaintenance)
Indicates whether to enable or disable host maintenance for the Dedicated Host.
|
Copyright © 2023. All rights reserved.