Uses of Interface
software.amazon.awssdk.services.gamelift.model.UpdateMatchmakingConfigurationResponse.Builder
-
Packages that use UpdateMatchmakingConfigurationResponse.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of UpdateMatchmakingConfigurationResponse.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return UpdateMatchmakingConfigurationResponse.Builder Modifier and Type Method Description static UpdateMatchmakingConfigurationResponse.BuilderUpdateMatchmakingConfigurationResponse. builder()default UpdateMatchmakingConfigurationResponse.BuilderUpdateMatchmakingConfigurationResponse.Builder. configuration(Consumer<MatchmakingConfiguration.Builder> configuration)The updated matchmaking configuration.UpdateMatchmakingConfigurationResponse.BuilderUpdateMatchmakingConfigurationResponse.Builder. configuration(MatchmakingConfiguration configuration)The updated matchmaking configuration.UpdateMatchmakingConfigurationResponse.BuilderUpdateMatchmakingConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type UpdateMatchmakingConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends UpdateMatchmakingConfigurationResponse.Builder>UpdateMatchmakingConfigurationResponse. serializableBuilderClass()
-