Uses of Class
software.amazon.awssdk.services.gamelift.model.MatchmakingConfiguration
-
Packages that use MatchmakingConfiguration Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of MatchmakingConfiguration in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return MatchmakingConfiguration Modifier and Type Method Description MatchmakingConfigurationCreateMatchmakingConfigurationResponse. configuration()Object that describes the newly created matchmaking configuration.MatchmakingConfigurationUpdateMatchmakingConfigurationResponse. configuration()The updated matchmaking configuration.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type MatchmakingConfiguration Modifier and Type Method Description List<MatchmakingConfiguration>DescribeMatchmakingConfigurationsResponse. configurations()A collection of requested matchmaking configurations.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type MatchmakingConfiguration Modifier and Type Method Description CreateMatchmakingConfigurationResponse.BuilderCreateMatchmakingConfigurationResponse.Builder. configuration(MatchmakingConfiguration configuration)Object that describes the newly created matchmaking configuration.UpdateMatchmakingConfigurationResponse.BuilderUpdateMatchmakingConfigurationResponse.Builder. configuration(MatchmakingConfiguration configuration)The updated matchmaking configuration.DescribeMatchmakingConfigurationsResponse.BuilderDescribeMatchmakingConfigurationsResponse.Builder. configurations(MatchmakingConfiguration... configurations)A collection of requested matchmaking configurations.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type MatchmakingConfiguration Modifier and Type Method Description DescribeMatchmakingConfigurationsResponse.BuilderDescribeMatchmakingConfigurationsResponse.Builder. configurations(Collection<MatchmakingConfiguration> configurations)A collection of requested matchmaking configurations. -
Uses of MatchmakingConfiguration in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type MatchmakingConfiguration Modifier and Type Method Description SdkIterable<MatchmakingConfiguration>DescribeMatchmakingConfigurationsIterable. configurations()Returns an iterable to iterate through the paginatedDescribeMatchmakingConfigurationsResponse.configurations()member.SdkPublisher<MatchmakingConfiguration>DescribeMatchmakingConfigurationsPublisher. configurations()Returns a publisher that can be used to get a stream of data.
-