Package | Description |
---|---|
com.amazonaws.services.gamelift.model |
Modifier and Type | Method and Description |
---|---|
static RoutingStrategyType |
RoutingStrategyType.fromValue(String value)
Use this in place of valueOf.
|
static RoutingStrategyType |
RoutingStrategyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoutingStrategyType[] |
RoutingStrategyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ListAliasesRequest.setRoutingStrategyType(RoutingStrategyType routingStrategyType)
Type of routing to filter results on.
|
void |
RoutingStrategy.setType(RoutingStrategyType type)
Type of routing strategy.
|
ListAliasesRequest |
ListAliasesRequest.withRoutingStrategyType(RoutingStrategyType routingStrategyType)
Type of routing to filter results on.
|
RoutingStrategy |
RoutingStrategy.withType(RoutingStrategyType type)
Type of routing strategy.
|
Copyright © 2018. All rights reserved.