Uses of Class
software.amazon.awssdk.services.gamelift.model.FilterConfiguration
-
Packages that use FilterConfiguration Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of FilterConfiguration in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return FilterConfiguration Modifier and Type Method Description FilterConfigurationCreateGameSessionQueueRequest. filterConfiguration()A list of locations where a queue is allowed to place new game sessions.FilterConfigurationGameSessionQueue. filterConfiguration()A list of locations where a queue is allowed to place new game sessions.FilterConfigurationUpdateGameSessionQueueRequest. filterConfiguration()A list of locations where a queue is allowed to place new game sessions.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type FilterConfiguration Modifier and Type Method Description CreateGameSessionQueueRequest.BuilderCreateGameSessionQueueRequest.Builder. filterConfiguration(FilterConfiguration filterConfiguration)A list of locations where a queue is allowed to place new game sessions.GameSessionQueue.BuilderGameSessionQueue.Builder. filterConfiguration(FilterConfiguration filterConfiguration)A list of locations where a queue is allowed to place new game sessions.UpdateGameSessionQueueRequest.BuilderUpdateGameSessionQueueRequest.Builder. filterConfiguration(FilterConfiguration filterConfiguration)A list of locations where a queue is allowed to place new game sessions.
-