Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static SpreadLevel |
SpreadLevel.fromValue(String value)
Use this in place of valueOf.
|
static SpreadLevel |
SpreadLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpreadLevel[] |
SpreadLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CreatePlacementGroupRequest.setSpreadLevel(SpreadLevel spreadLevel)
Determines how placement groups spread instances.
|
void |
PlacementGroup.setSpreadLevel(SpreadLevel spreadLevel)
The spread level for the placement group.
|
CreatePlacementGroupRequest |
CreatePlacementGroupRequest.withSpreadLevel(SpreadLevel spreadLevel)
Determines how placement groups spread instances.
|
PlacementGroup |
PlacementGroup.withSpreadLevel(SpreadLevel spreadLevel)
The spread level for the placement group.
|
Copyright © 2023. All rights reserved.