Uses of Class
software.amazon.awssdk.services.gamelift.model.GetComputeAuthTokenResponse
-
Packages that use GetComputeAuthTokenResponse 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 GetComputeAuthTokenResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return GetComputeAuthTokenResponse Modifier and Type Method Description default GetComputeAuthTokenResponseGameLiftClient. getComputeAuthToken(Consumer<GetComputeAuthTokenRequest.Builder> getComputeAuthTokenRequest)Requests an authentication token from Amazon GameLift for a registered compute in an Anywhere fleet.default GetComputeAuthTokenResponseGameLiftClient. getComputeAuthToken(GetComputeAuthTokenRequest getComputeAuthTokenRequest)Requests an authentication token from Amazon GameLift for a registered compute in an Anywhere fleet.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type GetComputeAuthTokenResponse Modifier and Type Method Description default CompletableFuture<GetComputeAuthTokenResponse>GameLiftAsyncClient. getComputeAuthToken(Consumer<GetComputeAuthTokenRequest.Builder> getComputeAuthTokenRequest)Requests an authentication token from Amazon GameLift for a registered compute in an Anywhere fleet.default CompletableFuture<GetComputeAuthTokenResponse>GameLiftAsyncClient. getComputeAuthToken(GetComputeAuthTokenRequest getComputeAuthTokenRequest)Requests an authentication token from Amazon GameLift for a registered compute in an Anywhere fleet.
-