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