Packages

class GameLift extends Object

Annotations
@RawJSType() @native() @JSImport( "aws-sdk" , "GameLift" )
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GameLift
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GameLift(config: AWSConfig)
  2. new GameLift()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def acceptMatch(params: AcceptMatchInput): Request[AcceptMatchOutput]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def createAlias(params: CreateAliasInput): Request[CreateAliasOutput]
  8. def createBuild(params: CreateBuildInput): Request[CreateBuildOutput]
  9. def createFleet(params: CreateFleetInput): Request[CreateFleetOutput]
  10. def createGameSession(params: CreateGameSessionInput): Request[CreateGameSessionOutput]
  11. def createGameSessionQueue(params: CreateGameSessionQueueInput): Request[CreateGameSessionQueueOutput]
  12. def createMatchmakingConfiguration(params: CreateMatchmakingConfigurationInput): Request[CreateMatchmakingConfigurationOutput]
  13. def createMatchmakingRuleSet(params: CreateMatchmakingRuleSetInput): Request[CreateMatchmakingRuleSetOutput]
  14. def createPlayerSession(params: CreatePlayerSessionInput): Request[CreatePlayerSessionOutput]
  15. def createPlayerSessions(params: CreatePlayerSessionsInput): Request[CreatePlayerSessionsOutput]
  16. def createVpcPeeringAuthorization(params: CreateVpcPeeringAuthorizationInput): Request[CreateVpcPeeringAuthorizationOutput]
  17. def createVpcPeeringConnection(params: CreateVpcPeeringConnectionInput): Request[CreateVpcPeeringConnectionOutput]
  18. def deleteAlias(params: DeleteAliasInput): Request[Object]
  19. def deleteBuild(params: DeleteBuildInput): Request[Object]
  20. def deleteFleet(params: DeleteFleetInput): Request[Object]
  21. def deleteGameSessionQueue(params: DeleteGameSessionQueueInput): Request[DeleteGameSessionQueueOutput]
  22. def deleteMatchmakingConfiguration(params: DeleteMatchmakingConfigurationInput): Request[DeleteMatchmakingConfigurationOutput]
  23. def deleteMatchmakingRuleSet(params: DeleteMatchmakingRuleSetInput): Request[DeleteMatchmakingRuleSetOutput]
  24. def deleteScalingPolicy(params: DeleteScalingPolicyInput): Request[Object]
  25. def deleteVpcPeeringAuthorization(params: DeleteVpcPeeringAuthorizationInput): Request[DeleteVpcPeeringAuthorizationOutput]
  26. def deleteVpcPeeringConnection(params: DeleteVpcPeeringConnectionInput): Request[DeleteVpcPeeringConnectionOutput]
  27. def describeAlias(params: DescribeAliasInput): Request[DescribeAliasOutput]
  28. def describeBuild(params: DescribeBuildInput): Request[DescribeBuildOutput]
  29. def describeEC2InstanceLimits(params: DescribeEC2InstanceLimitsInput): Request[DescribeEC2InstanceLimitsOutput]
  30. def describeFleetAttributes(params: DescribeFleetAttributesInput): Request[DescribeFleetAttributesOutput]
  31. def describeFleetCapacity(params: DescribeFleetCapacityInput): Request[DescribeFleetCapacityOutput]
  32. def describeFleetEvents(params: DescribeFleetEventsInput): Request[DescribeFleetEventsOutput]
  33. def describeFleetPortSettings(params: DescribeFleetPortSettingsInput): Request[DescribeFleetPortSettingsOutput]
  34. def describeFleetUtilization(params: DescribeFleetUtilizationInput): Request[DescribeFleetUtilizationOutput]
  35. def describeGameSessionDetails(params: DescribeGameSessionDetailsInput): Request[DescribeGameSessionDetailsOutput]
  36. def describeGameSessionPlacement(params: DescribeGameSessionPlacementInput): Request[DescribeGameSessionPlacementOutput]
  37. def describeGameSessionQueues(params: DescribeGameSessionQueuesInput): Request[DescribeGameSessionQueuesOutput]
  38. def describeGameSessions(params: DescribeGameSessionsInput): Request[DescribeGameSessionsOutput]
  39. def describeInstances(params: DescribeInstancesInput): Request[DescribeInstancesOutput]
  40. def describeMatchmaking(params: DescribeMatchmakingInput): Request[DescribeMatchmakingOutput]
  41. def describeMatchmakingConfigurations(params: DescribeMatchmakingConfigurationsInput): Request[DescribeMatchmakingConfigurationsOutput]
  42. def describeMatchmakingRuleSets(params: DescribeMatchmakingRuleSetsInput): Request[DescribeMatchmakingRuleSetsOutput]
  43. def describePlayerSessions(params: DescribePlayerSessionsInput): Request[DescribePlayerSessionsOutput]
  44. def describeRuntimeConfiguration(params: DescribeRuntimeConfigurationInput): Request[DescribeRuntimeConfigurationOutput]
  45. def describeScalingPolicies(params: DescribeScalingPoliciesInput): Request[DescribeScalingPoliciesOutput]
  46. def describeVpcPeeringAuthorizations(params: DescribeVpcPeeringAuthorizationsInput): Request[DescribeVpcPeeringAuthorizationsOutput]
  47. def describeVpcPeeringConnections(params: DescribeVpcPeeringConnectionsInput): Request[DescribeVpcPeeringConnectionsOutput]
  48. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  50. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  51. def getGameSessionLogUrl(params: GetGameSessionLogUrlInput): Request[GetGameSessionLogUrlOutput]
  52. def getInstanceAccess(params: GetInstanceAccessInput): Request[GetInstanceAccessOutput]
  53. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  54. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  55. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  56. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  57. def listAliases(params: ListAliasesInput): Request[ListAliasesOutput]
  58. def listBuilds(params: ListBuildsInput): Request[ListBuildsOutput]
  59. def listFleets(params: ListFleetsInput): Request[ListFleetsOutput]
  60. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  61. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  62. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  63. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  64. def putScalingPolicy(params: PutScalingPolicyInput): Request[PutScalingPolicyOutput]
  65. def requestUploadCredentials(params: RequestUploadCredentialsInput): Request[RequestUploadCredentialsOutput]
  66. def resolveAlias(params: ResolveAliasInput): Request[ResolveAliasOutput]
  67. def searchGameSessions(params: SearchGameSessionsInput): Request[SearchGameSessionsOutput]
  68. def startFleetActions(params: StartFleetActionsInput): Request[StartFleetActionsOutput]
  69. def startGameSessionPlacement(params: StartGameSessionPlacementInput): Request[StartGameSessionPlacementOutput]
  70. def startMatchBackfill(params: StartMatchBackfillInput): Request[StartMatchBackfillOutput]
  71. def startMatchmaking(params: StartMatchmakingInput): Request[StartMatchmakingOutput]
  72. def stopFleetActions(params: StopFleetActionsInput): Request[StopFleetActionsOutput]
  73. def stopGameSessionPlacement(params: StopGameSessionPlacementInput): Request[StopGameSessionPlacementOutput]
  74. def stopMatchmaking(params: StopMatchmakingInput): Request[StopMatchmakingOutput]
  75. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  76. def toLocaleString(): String
    Definition Classes
    Object
  77. def toString(): String
    Definition Classes
    AnyRef → Any
  78. def updateAlias(params: UpdateAliasInput): Request[UpdateAliasOutput]
  79. def updateBuild(params: UpdateBuildInput): Request[UpdateBuildOutput]
  80. def updateFleetAttributes(params: UpdateFleetAttributesInput): Request[UpdateFleetAttributesOutput]
  81. def updateFleetCapacity(params: UpdateFleetCapacityInput): Request[UpdateFleetCapacityOutput]
  82. def updateFleetPortSettings(params: UpdateFleetPortSettingsInput): Request[UpdateFleetPortSettingsOutput]
  83. def updateGameSession(params: UpdateGameSessionInput): Request[UpdateGameSessionOutput]
  84. def updateGameSessionQueue(params: UpdateGameSessionQueueInput): Request[UpdateGameSessionQueueOutput]
  85. def updateMatchmakingConfiguration(params: UpdateMatchmakingConfigurationInput): Request[UpdateMatchmakingConfigurationOutput]
  86. def updateRuntimeConfiguration(params: UpdateRuntimeConfigurationInput): Request[UpdateRuntimeConfigurationOutput]
  87. def validateMatchmakingRuleSet(params: ValidateMatchmakingRuleSetInput): Request[ValidateMatchmakingRuleSetOutput]
  88. def valueOf(): Any
    Definition Classes
    Object
  89. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  90. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  91. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped