| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static PlacementStrategyType |
PlacementStrategyType.fromValue(String value)
Use this in place of valueOf.
|
static PlacementStrategyType |
PlacementStrategyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlacementStrategyType[] |
PlacementStrategyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlacementStrategy.setType(PlacementStrategyType type)
The type of placement strategy.
|
PlacementStrategy |
PlacementStrategy.withType(PlacementStrategyType type)
The type of placement strategy.
|
Copyright © 2017. All rights reserved.