| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static PriorityType |
PriorityType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static PriorityType |
PriorityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PriorityType[] |
PriorityType.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<PriorityType> |
PriorityType.knownValues()
|
List<PriorityType> |
PriorityConfiguration.priorityOrder()
The recommended sequence to use when prioritizing where to place new game sessions.
|
| Modifier and Type | Method and Description |
|---|---|
PriorityConfiguration.Builder |
PriorityConfiguration.Builder.priorityOrder(PriorityType... priorityOrder)
The recommended sequence to use when prioritizing where to place new game sessions.
|
| Modifier and Type | Method and Description |
|---|---|
PriorityConfiguration.Builder |
PriorityConfiguration.Builder.priorityOrder(Collection<PriorityType> priorityOrder)
The recommended sequence to use when prioritizing where to place new game sessions.
|
Copyright © 2021. All rights reserved.