Uses of Class
software.amazon.awssdk.services.gamelift.model.DescribeMatchmakingConfigurationsResponse
-
Packages that use DescribeMatchmakingConfigurationsResponse Package Description software.amazon.awssdk.services.gamelift Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools for deploying, operating, and scaling game servers.software.amazon.awssdk.services.gamelift.paginators -
-
Uses of DescribeMatchmakingConfigurationsResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DescribeMatchmakingConfigurationsResponse Modifier and Type Method Description default DescribeMatchmakingConfigurationsResponseGameLiftClient. describeMatchmakingConfigurations()Retrieves the details of FlexMatch matchmaking configurations.default DescribeMatchmakingConfigurationsResponseGameLiftClient. describeMatchmakingConfigurations(Consumer<DescribeMatchmakingConfigurationsRequest.Builder> describeMatchmakingConfigurationsRequest)Retrieves the details of FlexMatch matchmaking configurations.default DescribeMatchmakingConfigurationsResponseGameLiftClient. describeMatchmakingConfigurations(DescribeMatchmakingConfigurationsRequest describeMatchmakingConfigurationsRequest)Retrieves the details of FlexMatch matchmaking configurations.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DescribeMatchmakingConfigurationsResponse Modifier and Type Method Description default CompletableFuture<DescribeMatchmakingConfigurationsResponse>GameLiftAsyncClient. describeMatchmakingConfigurations()Retrieves the details of FlexMatch matchmaking configurations.default CompletableFuture<DescribeMatchmakingConfigurationsResponse>GameLiftAsyncClient. describeMatchmakingConfigurations(Consumer<DescribeMatchmakingConfigurationsRequest.Builder> describeMatchmakingConfigurationsRequest)Retrieves the details of FlexMatch matchmaking configurations.default CompletableFuture<DescribeMatchmakingConfigurationsResponse>GameLiftAsyncClient. describeMatchmakingConfigurations(DescribeMatchmakingConfigurationsRequest describeMatchmakingConfigurationsRequest)Retrieves the details of FlexMatch matchmaking configurations. -
Uses of DescribeMatchmakingConfigurationsResponse in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type DescribeMatchmakingConfigurationsResponse Modifier and Type Method Description Iterator<DescribeMatchmakingConfigurationsResponse>DescribeMatchmakingConfigurationsIterable. iterator()Method parameters in software.amazon.awssdk.services.gamelift.paginators with type arguments of type DescribeMatchmakingConfigurationsResponse Modifier and Type Method Description voidDescribeMatchmakingConfigurationsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeMatchmakingConfigurationsResponse> subscriber)
-