| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model | |
| software.amazon.awssdk.services.gamelift.paginators |
| Modifier and Type | Method and Description |
|---|---|
MatchmakingConfiguration |
UpdateMatchmakingConfigurationResponse.configuration()
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()
A collection of requested matchmaking configurations.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMatchmakingConfigurationResponse.Builder |
UpdateMatchmakingConfigurationResponse.Builder.configuration(MatchmakingConfiguration configuration)
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)
A collection of requested matchmaking configurations.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMatchmakingConfigurationsResponse.Builder |
DescribeMatchmakingConfigurationsResponse.Builder.configurations(Collection<MatchmakingConfiguration> configurations)
A collection of requested matchmaking configurations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<MatchmakingConfiguration> |
DescribeMatchmakingConfigurationsPublisher.configurations()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<MatchmakingConfiguration> |
DescribeMatchmakingConfigurationsIterable.configurations()
Returns an iterable to iterate through the paginated
DescribeMatchmakingConfigurationsResponse.configurations() member. |
Copyright © 2020. All rights reserved.