Uses of Interface
software.amazon.awscdk.services.gamelift.alpha.IGameSessionQueue
Package
Description
Amazon GameLift Construct Library
-
Uses of IGameSessionQueue in software.amazon.awscdk.services.gamelift.alpha
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIGameSessionQueue
.Modifier and TypeClassDescriptionclass
(experimental) The GameSessionQueue resource creates a placement queue that processes requests for new game sessions.class
(experimental) Base class for new and imported GameLift GameSessionQueue.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IGameSessionQueue
GameSessionQueue.fromGameSessionQueueArn
(software.constructs.Construct scope, String id, String gameSessionQueueArn) (experimental) Import an existing gameSessionQueue from its ARN.static IGameSessionQueue
GameSessionQueue.fromGameSessionQueueAttributes
(software.constructs.Construct scope, String id, GameSessionQueueAttributes attrs) (experimental) Import an existing gameSessionQueue from its attributes.static IGameSessionQueue
GameSessionQueue.fromGameSessionQueueName
(software.constructs.Construct scope, String id, String gameSessionQueueName) (experimental) Import an existing gameSessionQueue from its name.Modifier and TypeMethodDescriptionQueuedMatchmakingConfigurationProps.getGameSessionQueues()
(experimental) Queues are used to start new GameLift-hosted game sessions for matches that are created with this matchmaking configuration.final List<IGameSessionQueue>
QueuedMatchmakingConfigurationProps.Jsii$Proxy.getGameSessionQueues()
Modifier and TypeMethodDescriptionvoid
QueuedMatchmakingConfiguration.addGameSessionQueue
(IGameSessionQueue gameSessionQueue) (experimental) Adds a game session queue destination to the matchmaking configuration.Modifier and TypeMethodDescriptionQueuedMatchmakingConfiguration.Builder.gameSessionQueues
(List<? extends IGameSessionQueue> gameSessionQueues) (experimental) Queues are used to start new GameLift-hosted game sessions for matches that are created with this matchmaking configuration.QueuedMatchmakingConfigurationProps.Builder.gameSessionQueues
(List<? extends IGameSessionQueue> gameSessionQueues) Sets the value ofQueuedMatchmakingConfigurationProps.getGameSessionQueues()