| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
GetComputeAuthTokenResult |
AmazonGameLiftClient.getComputeAuthToken(GetComputeAuthTokenRequest request)
Requests an authentication token from Amazon GameLift for a compute resource in an Amazon GameLift Anywhere fleet
or container fleet.
|
GetComputeAuthTokenResult |
AbstractAmazonGameLift.getComputeAuthToken(GetComputeAuthTokenRequest request) |
GetComputeAuthTokenResult |
AmazonGameLift.getComputeAuthToken(GetComputeAuthTokenRequest getComputeAuthTokenRequest)
Requests an authentication token from Amazon GameLift for a compute resource in an Amazon GameLift Anywhere fleet
or container fleet.
|
Future<GetComputeAuthTokenResult> |
AmazonGameLiftAsyncClient.getComputeAuthTokenAsync(GetComputeAuthTokenRequest request) |
Future<GetComputeAuthTokenResult> |
AbstractAmazonGameLiftAsync.getComputeAuthTokenAsync(GetComputeAuthTokenRequest request) |
Future<GetComputeAuthTokenResult> |
AmazonGameLiftAsync.getComputeAuthTokenAsync(GetComputeAuthTokenRequest getComputeAuthTokenRequest)
Requests an authentication token from Amazon GameLift for a compute resource in an Amazon GameLift Anywhere fleet
or container fleet.
|
Future<GetComputeAuthTokenResult> |
AmazonGameLiftAsyncClient.getComputeAuthTokenAsync(GetComputeAuthTokenRequest request,
AsyncHandler<GetComputeAuthTokenRequest,GetComputeAuthTokenResult> asyncHandler) |
Future<GetComputeAuthTokenResult> |
AbstractAmazonGameLiftAsync.getComputeAuthTokenAsync(GetComputeAuthTokenRequest request,
AsyncHandler<GetComputeAuthTokenRequest,GetComputeAuthTokenResult> asyncHandler) |
Future<GetComputeAuthTokenResult> |
AmazonGameLiftAsync.getComputeAuthTokenAsync(GetComputeAuthTokenRequest getComputeAuthTokenRequest,
AsyncHandler<GetComputeAuthTokenRequest,GetComputeAuthTokenResult> asyncHandler)
Requests an authentication token from Amazon GameLift for a compute resource in an Amazon GameLift Anywhere fleet
or container fleet.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetComputeAuthTokenResult> |
AmazonGameLiftAsyncClient.getComputeAuthTokenAsync(GetComputeAuthTokenRequest request,
AsyncHandler<GetComputeAuthTokenRequest,GetComputeAuthTokenResult> asyncHandler) |
Future<GetComputeAuthTokenResult> |
AbstractAmazonGameLiftAsync.getComputeAuthTokenAsync(GetComputeAuthTokenRequest request,
AsyncHandler<GetComputeAuthTokenRequest,GetComputeAuthTokenResult> asyncHandler) |
Future<GetComputeAuthTokenResult> |
AmazonGameLiftAsync.getComputeAuthTokenAsync(GetComputeAuthTokenRequest getComputeAuthTokenRequest,
AsyncHandler<GetComputeAuthTokenRequest,GetComputeAuthTokenResult> asyncHandler)
Requests an authentication token from Amazon GameLift for a compute resource in an Amazon GameLift Anywhere fleet
or container fleet.
|
| Modifier and Type | Method and Description |
|---|---|
GetComputeAuthTokenRequest |
GetComputeAuthTokenRequest.clone() |
GetComputeAuthTokenRequest |
GetComputeAuthTokenRequest.withComputeName(String computeName)
The name of the compute resource you are requesting the authentication token for.
|
GetComputeAuthTokenRequest |
GetComputeAuthTokenRequest.withFleetId(String fleetId)
A unique identifier for the fleet that the compute is registered to.
|
Copyright © 2025. All rights reserved.