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