Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static AutoPlacement |
AutoPlacement.fromValue(String value)
Use this in place of valueOf.
|
static AutoPlacement |
AutoPlacement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoPlacement[] |
AutoPlacement.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.setAutoPlacement(AutoPlacement autoPlacement)
Whether auto-placement is on or off.
|
void |
ModifyHostsRequest.setAutoPlacement(AutoPlacement autoPlacement)
Specify whether to enable or disable auto-placement.
|
void |
AllocateHostsRequest.setAutoPlacement(AutoPlacement autoPlacement)
Indicates whether the host accepts any untargeted instance launches that match its instance type configuration,
or if it only accepts Host tenancy instance launches that specify its unique host ID.
|
Host |
Host.withAutoPlacement(AutoPlacement autoPlacement)
Whether auto-placement is on or off.
|
ModifyHostsRequest |
ModifyHostsRequest.withAutoPlacement(AutoPlacement autoPlacement)
Specify whether to enable or disable auto-placement.
|
AllocateHostsRequest |
AllocateHostsRequest.withAutoPlacement(AutoPlacement autoPlacement)
Indicates whether the host accepts any untargeted instance launches that match its instance type configuration,
or if it only accepts Host tenancy instance launches that specify its unique host ID.
|
Copyright © 2020. All rights reserved.