Package | Description |
---|---|
com.amazonaws.services.gamelift.model | |
com.amazonaws.services.gamelift.model.transform |
Modifier and Type | Field and Description |
---|---|
private RoutingStrategy |
UpdateAliasRequest.routingStrategy
Object specifying the fleet and routing type to use for the alias.
|
private RoutingStrategy |
CreateAliasRequest.routingStrategy
Object specifying the fleet and routing type to use for the alias.
|
private RoutingStrategy |
Alias.routingStrategy |
Modifier and Type | Method and Description |
---|---|
RoutingStrategy |
RoutingStrategy.clone() |
RoutingStrategy |
UpdateAliasRequest.getRoutingStrategy()
Object specifying the fleet and routing type to use for the alias.
|
RoutingStrategy |
CreateAliasRequest.getRoutingStrategy()
Object specifying the fleet and routing type to use for the alias.
|
RoutingStrategy |
Alias.getRoutingStrategy() |
RoutingStrategy |
RoutingStrategy.withFleetId(java.lang.String fleetId)
Unique identifier for a fleet.
|
RoutingStrategy |
RoutingStrategy.withMessage(java.lang.String message)
Message text to be used with a terminal routing strategy.
|
RoutingStrategy |
RoutingStrategy.withType(RoutingStrategyType type)
Type of routing strategy.
|
RoutingStrategy |
RoutingStrategy.withType(java.lang.String type)
Type of routing strategy.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateAliasRequest.setRoutingStrategy(RoutingStrategy routingStrategy)
Object specifying the fleet and routing type to use for the alias.
|
void |
CreateAliasRequest.setRoutingStrategy(RoutingStrategy routingStrategy)
Object specifying the fleet and routing type to use for the alias.
|
void |
Alias.setRoutingStrategy(RoutingStrategy routingStrategy) |
UpdateAliasRequest |
UpdateAliasRequest.withRoutingStrategy(RoutingStrategy routingStrategy)
Object specifying the fleet and routing type to use for the alias.
|
CreateAliasRequest |
CreateAliasRequest.withRoutingStrategy(RoutingStrategy routingStrategy)
Object specifying the fleet and routing type to use for the alias.
|
Alias |
Alias.withRoutingStrategy(RoutingStrategy routingStrategy) |
Modifier and Type | Method and Description |
---|---|
RoutingStrategy |
RoutingStrategyJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RoutingStrategyJsonMarshaller.marshall(RoutingStrategy routingStrategy,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|