Uses of Interface
software.amazon.awssdk.services.gamelift.model.StartMatchmakingResponse.Builder
-
Packages that use StartMatchmakingResponse.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of StartMatchmakingResponse.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return StartMatchmakingResponse.Builder Modifier and Type Method Description static StartMatchmakingResponse.BuilderStartMatchmakingResponse. builder()default StartMatchmakingResponse.BuilderStartMatchmakingResponse.Builder. matchmakingTicket(Consumer<MatchmakingTicket.Builder> matchmakingTicket)Ticket representing the matchmaking request.StartMatchmakingResponse.BuilderStartMatchmakingResponse.Builder. matchmakingTicket(MatchmakingTicket matchmakingTicket)Ticket representing the matchmaking request.StartMatchmakingResponse.BuilderStartMatchmakingResponse. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type StartMatchmakingResponse.Builder Modifier and Type Method Description static Class<? extends StartMatchmakingResponse.Builder>StartMatchmakingResponse. serializableBuilderClass()
-