| 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 registered compute in an Anywhere fleet.
|
GetComputeAuthTokenResult |
AbstractAmazonGameLift.getComputeAuthToken(GetComputeAuthTokenRequest request) |
GetComputeAuthTokenResult |
AmazonGameLift.getComputeAuthToken(GetComputeAuthTokenRequest getComputeAuthTokenRequest)
Requests an authentication token from Amazon GameLift for a registered compute in an Anywhere fleet.
|
| Modifier and Type | Method and Description |
|---|---|
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 registered compute in an Anywhere fleet.
|
Future<GetComputeAuthTokenResult> |
AmazonGameLiftAsyncClient.getComputeAuthTokenAsync(GetComputeAuthTokenRequest request,
AsyncHandler<GetComputeAuthTokenRequest,GetComputeAuthTokenResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetComputeAuthTokenResult |
GetComputeAuthTokenResult.clone() |
GetComputeAuthTokenResult |
GetComputeAuthTokenResult.withAuthToken(String authToken)
A valid temporary authentication token.
|
GetComputeAuthTokenResult |
GetComputeAuthTokenResult.withComputeArn(String computeArn)
The Amazon Resource Name (ARN)
that is assigned to an Amazon GameLift compute resource and uniquely identifies it.
|
GetComputeAuthTokenResult |
GetComputeAuthTokenResult.withComputeName(String computeName)
The name of the compute resource that the authentication token is issued to.
|
GetComputeAuthTokenResult |
GetComputeAuthTokenResult.withExpirationTimestamp(Date expirationTimestamp)
The amount of time until the authentication token is no longer valid.
|
GetComputeAuthTokenResult |
GetComputeAuthTokenResult.withFleetArn(String fleetArn)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift fleet resource and uniquely identifies it.
|
GetComputeAuthTokenResult |
GetComputeAuthTokenResult.withFleetId(String fleetId)
A unique identifier for the fleet that the compute is registered to.
|
Copyright © 2023. All rights reserved.