Uses of Interface
software.amazon.awssdk.services.gamelift.GameLiftBaseClientBuilder
-
Packages that use GameLiftBaseClientBuilder 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. -
-
Uses of GameLiftBaseClientBuilder in software.amazon.awssdk.services.gamelift
Classes in software.amazon.awssdk.services.gamelift with type parameters of type GameLiftBaseClientBuilder Modifier and Type Interface Description interfaceGameLiftBaseClientBuilder<B extends GameLiftBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon GameLift that is supported by bothGameLiftClientBuilderandGameLiftAsyncClientBuilder.Subinterfaces of GameLiftBaseClientBuilder in software.amazon.awssdk.services.gamelift Modifier and Type Interface Description interfaceGameLiftAsyncClientBuilderA builder for creating an instance ofGameLiftAsyncClient.interfaceGameLiftClientBuilderA builder for creating an instance ofGameLiftClient.
-