| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
MatchmakingConfiguration |
UpdateMatchmakingConfigurationResponse.configuration()
Object that describes the updated matchmaking configuration.
|
MatchmakingConfiguration |
CreateMatchmakingConfigurationResponse.configuration()
Object that describes the newly created matchmaking configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<MatchmakingConfiguration> |
DescribeMatchmakingConfigurationsResponse.configurations()
Collection of requested matchmaking configuration objects.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMatchmakingConfigurationResponse.Builder |
UpdateMatchmakingConfigurationResponse.Builder.configuration(MatchmakingConfiguration configuration)
Object that describes the updated matchmaking configuration.
|
CreateMatchmakingConfigurationResponse.Builder |
CreateMatchmakingConfigurationResponse.Builder.configuration(MatchmakingConfiguration configuration)
Object that describes the newly created matchmaking configuration.
|
DescribeMatchmakingConfigurationsResponse.Builder |
DescribeMatchmakingConfigurationsResponse.Builder.configurations(MatchmakingConfiguration... configurations)
Collection of requested matchmaking configuration objects.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMatchmakingConfigurationsResponse.Builder |
DescribeMatchmakingConfigurationsResponse.Builder.configurations(Collection<MatchmakingConfiguration> configurations)
Collection of requested matchmaking configuration objects.
|
Copyright © 2019. All rights reserved.