| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
AutoPlacement |
Host.autoPlacement()
Whether auto-placement is on or off.
|
AutoPlacement |
AllocateHostsRequest.autoPlacement()
This is enabled by default.
|
AutoPlacement |
ModifyHostsRequest.autoPlacement()
Specify whether to enable or disable auto-placement.
|
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 |
|---|---|
Host.Builder |
Host.Builder.autoPlacement(AutoPlacement autoPlacement)
Whether auto-placement is on or off.
|
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.autoPlacement(AutoPlacement autoPlacement)
This is enabled by default.
|
ModifyHostsRequest.Builder |
ModifyHostsRequest.Builder.autoPlacement(AutoPlacement autoPlacement)
Specify whether to enable or disable auto-placement.
|
Copyright © 2019. All rights reserved.