| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| Modifier and Type | Method and Description |
|---|---|
default AcceptMatchResponse |
GameLiftClient.acceptMatch(AcceptMatchRequest acceptMatchRequest)
Registers a player's acceptance or rejection of a proposed FlexMatch match.
|
default AcceptMatchResponse |
GameLiftClient.acceptMatch(Consumer<AcceptMatchRequest.Builder> acceptMatchRequest)
Registers a player's acceptance or rejection of a proposed FlexMatch match.
|
default CreateMatchmakingConfigurationResponse |
GameLiftClient.createMatchmakingConfiguration(Consumer<CreateMatchmakingConfigurationRequest.Builder> createMatchmakingConfigurationRequest)
Defines a new matchmaking configuration for use with FlexMatch.
|
default CreateMatchmakingConfigurationResponse |
GameLiftClient.createMatchmakingConfiguration(CreateMatchmakingConfigurationRequest createMatchmakingConfigurationRequest)
Defines a new matchmaking configuration for use with FlexMatch.
|
default CreateMatchmakingRuleSetResponse |
GameLiftClient.createMatchmakingRuleSet(Consumer<CreateMatchmakingRuleSetRequest.Builder> createMatchmakingRuleSetRequest)
Creates a new rule set for FlexMatch matchmaking.
|
default CreateMatchmakingRuleSetResponse |
GameLiftClient.createMatchmakingRuleSet(CreateMatchmakingRuleSetRequest createMatchmakingRuleSetRequest)
Creates a new rule set for FlexMatch matchmaking.
|
default DeleteMatchmakingConfigurationResponse |
GameLiftClient.deleteMatchmakingConfiguration(Consumer<DeleteMatchmakingConfigurationRequest.Builder> deleteMatchmakingConfigurationRequest)
Permanently removes a FlexMatch matchmaking configuration.
|
default DeleteMatchmakingConfigurationResponse |
GameLiftClient.deleteMatchmakingConfiguration(DeleteMatchmakingConfigurationRequest deleteMatchmakingConfigurationRequest)
Permanently removes a FlexMatch matchmaking configuration.
|
default DescribeMatchmakingResponse |
GameLiftClient.describeMatchmaking(Consumer<DescribeMatchmakingRequest.Builder> describeMatchmakingRequest)
Retrieves one or more matchmaking tickets.
|
default DescribeMatchmakingResponse |
GameLiftClient.describeMatchmaking(DescribeMatchmakingRequest describeMatchmakingRequest)
Retrieves one or more matchmaking tickets.
|
default DescribeMatchmakingConfigurationsResponse |
GameLiftClient.describeMatchmakingConfigurations()
Retrieves the details of FlexMatch matchmaking configurations.
|
default DescribeMatchmakingConfigurationsResponse |
GameLiftClient.describeMatchmakingConfigurations(Consumer<DescribeMatchmakingConfigurationsRequest.Builder> describeMatchmakingConfigurationsRequest)
Retrieves the details of FlexMatch matchmaking configurations.
|
default DescribeMatchmakingConfigurationsResponse |
GameLiftClient.describeMatchmakingConfigurations(DescribeMatchmakingConfigurationsRequest describeMatchmakingConfigurationsRequest)
Retrieves the details of FlexMatch matchmaking configurations.
|
default DescribeMatchmakingRuleSetsResponse |
GameLiftClient.describeMatchmakingRuleSets()
Retrieves the details for FlexMatch matchmaking rule sets.
|
default DescribeMatchmakingRuleSetsResponse |
GameLiftClient.describeMatchmakingRuleSets(Consumer<DescribeMatchmakingRuleSetsRequest.Builder> describeMatchmakingRuleSetsRequest)
Retrieves the details for FlexMatch matchmaking rule sets.
|
default DescribeMatchmakingRuleSetsResponse |
GameLiftClient.describeMatchmakingRuleSets(DescribeMatchmakingRuleSetsRequest describeMatchmakingRuleSetsRequest)
Retrieves the details for FlexMatch matchmaking rule sets.
|
default StartMatchBackfillResponse |
GameLiftClient.startMatchBackfill(Consumer<StartMatchBackfillRequest.Builder> startMatchBackfillRequest)
Finds new players to fill open slots in an existing game session.
|
default StartMatchBackfillResponse |
GameLiftClient.startMatchBackfill(StartMatchBackfillRequest startMatchBackfillRequest)
Finds new players to fill open slots in an existing game session.
|
default StartMatchmakingResponse |
GameLiftClient.startMatchmaking(Consumer<StartMatchmakingRequest.Builder> startMatchmakingRequest)
Uses FlexMatch to create a game match for a group of players based on custom matchmaking rules, and starts a new
game for the matched players.
|
default StartMatchmakingResponse |
GameLiftClient.startMatchmaking(StartMatchmakingRequest startMatchmakingRequest)
Uses FlexMatch to create a game match for a group of players based on custom matchmaking rules, and starts a new
game for the matched players.
|
default StopMatchmakingResponse |
GameLiftClient.stopMatchmaking(Consumer<StopMatchmakingRequest.Builder> stopMatchmakingRequest)
Cancels a matchmaking ticket that is currently being processed.
|
default StopMatchmakingResponse |
GameLiftClient.stopMatchmaking(StopMatchmakingRequest stopMatchmakingRequest)
Cancels a matchmaking ticket that is currently being processed.
|
default UpdateMatchmakingConfigurationResponse |
GameLiftClient.updateMatchmakingConfiguration(Consumer<UpdateMatchmakingConfigurationRequest.Builder> updateMatchmakingConfigurationRequest)
Updates settings for a FlexMatch matchmaking configuration.
|
default UpdateMatchmakingConfigurationResponse |
GameLiftClient.updateMatchmakingConfiguration(UpdateMatchmakingConfigurationRequest updateMatchmakingConfigurationRequest)
Updates settings for a FlexMatch matchmaking configuration.
|
default ValidateMatchmakingRuleSetResponse |
GameLiftClient.validateMatchmakingRuleSet(Consumer<ValidateMatchmakingRuleSetRequest.Builder> validateMatchmakingRuleSetRequest)
Validates the syntax of a matchmaking rule or rule set.
|
default ValidateMatchmakingRuleSetResponse |
GameLiftClient.validateMatchmakingRuleSet(ValidateMatchmakingRuleSetRequest validateMatchmakingRuleSetRequest)
Validates the syntax of a matchmaking rule or rule set.
|
Copyright © 2019. All rights reserved.