Uses of Class
software.amazon.awssdk.services.gamelift.model.RegisterComputeResponse
-
Packages that use RegisterComputeResponse 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 RegisterComputeResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return RegisterComputeResponse Modifier and Type Method Description default RegisterComputeResponseGameLiftClient. registerCompute(Consumer<RegisterComputeRequest.Builder> registerComputeRequest)Registers a compute resource to an Amazon GameLift Anywhere fleet.default RegisterComputeResponseGameLiftClient. registerCompute(RegisterComputeRequest registerComputeRequest)Registers a compute resource to an Amazon GameLift Anywhere fleet.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type RegisterComputeResponse Modifier and Type Method Description default CompletableFuture<RegisterComputeResponse>GameLiftAsyncClient. registerCompute(Consumer<RegisterComputeRequest.Builder> registerComputeRequest)Registers a compute resource to an Amazon GameLift Anywhere fleet.default CompletableFuture<RegisterComputeResponse>GameLiftAsyncClient. registerCompute(RegisterComputeRequest registerComputeRequest)Registers a compute resource to an Amazon GameLift Anywhere fleet.
-