Uses of Class
software.amazon.awssdk.services.gamelift.model.DescribeMatchmakingRuleSetsResponse
-
Packages that use DescribeMatchmakingRuleSetsResponse 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 DescribeMatchmakingRuleSetsResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DescribeMatchmakingRuleSetsResponse Modifier and Type Method Description default DescribeMatchmakingRuleSetsResponseGameLiftClient. describeMatchmakingRuleSets()Retrieves the details for FlexMatch matchmaking rule sets.default DescribeMatchmakingRuleSetsResponseGameLiftClient. describeMatchmakingRuleSets(Consumer<DescribeMatchmakingRuleSetsRequest.Builder> describeMatchmakingRuleSetsRequest)Retrieves the details for FlexMatch matchmaking rule sets.default DescribeMatchmakingRuleSetsResponseGameLiftClient. describeMatchmakingRuleSets(DescribeMatchmakingRuleSetsRequest describeMatchmakingRuleSetsRequest)Retrieves the details for FlexMatch matchmaking rule sets.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DescribeMatchmakingRuleSetsResponse Modifier and Type Method Description default CompletableFuture<DescribeMatchmakingRuleSetsResponse>GameLiftAsyncClient. describeMatchmakingRuleSets()Retrieves the details for FlexMatch matchmaking rule sets.default CompletableFuture<DescribeMatchmakingRuleSetsResponse>GameLiftAsyncClient. describeMatchmakingRuleSets(Consumer<DescribeMatchmakingRuleSetsRequest.Builder> describeMatchmakingRuleSetsRequest)Retrieves the details for FlexMatch matchmaking rule sets.default CompletableFuture<DescribeMatchmakingRuleSetsResponse>GameLiftAsyncClient. describeMatchmakingRuleSets(DescribeMatchmakingRuleSetsRequest describeMatchmakingRuleSetsRequest)Retrieves the details for FlexMatch matchmaking rule sets. -
Uses of DescribeMatchmakingRuleSetsResponse in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type DescribeMatchmakingRuleSetsResponse Modifier and Type Method Description Iterator<DescribeMatchmakingRuleSetsResponse>DescribeMatchmakingRuleSetsIterable. iterator()Method parameters in software.amazon.awssdk.services.gamelift.paginators with type arguments of type DescribeMatchmakingRuleSetsResponse Modifier and Type Method Description voidDescribeMatchmakingRuleSetsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeMatchmakingRuleSetsResponse> subscriber)
-