Uses of Interface
software.amazon.awssdk.services.gamelift.model.CreateMatchmakingRuleSetResponse.Builder
-
Packages that use CreateMatchmakingRuleSetResponse.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of CreateMatchmakingRuleSetResponse.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return CreateMatchmakingRuleSetResponse.Builder Modifier and Type Method Description static CreateMatchmakingRuleSetResponse.BuilderCreateMatchmakingRuleSetResponse. builder()default CreateMatchmakingRuleSetResponse.BuilderCreateMatchmakingRuleSetResponse.Builder. ruleSet(Consumer<MatchmakingRuleSet.Builder> ruleSet)The newly created matchmaking rule set.CreateMatchmakingRuleSetResponse.BuilderCreateMatchmakingRuleSetResponse.Builder. ruleSet(MatchmakingRuleSet ruleSet)The newly created matchmaking rule set.CreateMatchmakingRuleSetResponse.BuilderCreateMatchmakingRuleSetResponse. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type CreateMatchmakingRuleSetResponse.Builder Modifier and Type Method Description static Class<? extends CreateMatchmakingRuleSetResponse.Builder>CreateMatchmakingRuleSetResponse. serializableBuilderClass()
-