Uses of Interface
software.amazon.awssdk.services.gamelift.model.AcceptMatchRequest.Builder
-
Packages that use AcceptMatchRequest.Builder Package Description software.amazon.awssdk.services.gamelift Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools for deploying, operating, and scaling game servers.software.amazon.awssdk.services.gamelift.model -
-
Uses of AcceptMatchRequest.Builder in software.amazon.awssdk.services.gamelift
Method parameters in software.amazon.awssdk.services.gamelift with type arguments of type AcceptMatchRequest.Builder Modifier and Type Method Description default CompletableFuture<AcceptMatchResponse>GameLiftAsyncClient. acceptMatch(Consumer<AcceptMatchRequest.Builder> acceptMatchRequest)Registers a player's acceptance or rejection of a proposed FlexMatch match.default AcceptMatchResponseGameLiftClient. acceptMatch(Consumer<AcceptMatchRequest.Builder> acceptMatchRequest)Registers a player's acceptance or rejection of a proposed FlexMatch match. -
Uses of AcceptMatchRequest.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return AcceptMatchRequest.Builder Modifier and Type Method Description AcceptMatchRequest.BuilderAcceptMatchRequest.Builder. acceptanceType(String acceptanceType)Player response to the proposed match.AcceptMatchRequest.BuilderAcceptMatchRequest.Builder. acceptanceType(AcceptanceType acceptanceType)Player response to the proposed match.static AcceptMatchRequest.BuilderAcceptMatchRequest. builder()AcceptMatchRequest.BuilderAcceptMatchRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AcceptMatchRequest.BuilderAcceptMatchRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AcceptMatchRequest.BuilderAcceptMatchRequest.Builder. playerIds(String... playerIds)A unique identifier for a player delivering the response.AcceptMatchRequest.BuilderAcceptMatchRequest.Builder. playerIds(Collection<String> playerIds)A unique identifier for a player delivering the response.AcceptMatchRequest.BuilderAcceptMatchRequest.Builder. ticketId(String ticketId)A unique identifier for a matchmaking ticket.AcceptMatchRequest.BuilderAcceptMatchRequest. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type AcceptMatchRequest.Builder Modifier and Type Method Description static Class<? extends AcceptMatchRequest.Builder>AcceptMatchRequest. serializableBuilderClass()
-