| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
AutoPlacement |
ModifyHostsRequest.autoPlacement()
Specify whether to enable or disable auto-placement.
|
AutoPlacement |
Host.autoPlacement()
Whether auto-placement is on or off.
|
AutoPlacement |
AllocateHostsRequest.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.
|
static AutoPlacement |
AutoPlacement.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AutoPlacement> |
AutoPlacement.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModifyHostsRequest.Builder |
ModifyHostsRequest.Builder.autoPlacement(AutoPlacement autoPlacement)
Specify whether to enable or disable auto-placement.
|
Host.Builder |
Host.Builder.autoPlacement(AutoPlacement autoPlacement)
Whether auto-placement is on or off.
|
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.autoPlacement(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 © 2019. All rights reserved.