| 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 |
|---|---|
RegisterComputeResult |
AbstractAmazonGameLift.registerCompute(RegisterComputeRequest request) |
RegisterComputeResult |
AmazonGameLiftClient.registerCompute(RegisterComputeRequest request)
Registers a compute resource to an Amazon GameLift Anywhere fleet.
|
RegisterComputeResult |
AmazonGameLift.registerCompute(RegisterComputeRequest registerComputeRequest)
Registers a compute resource to an Amazon GameLift Anywhere fleet.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RegisterComputeResult> |
AmazonGameLiftAsyncClient.registerComputeAsync(RegisterComputeRequest request,
AsyncHandler<RegisterComputeRequest,RegisterComputeResult> asyncHandler) |
Future<RegisterComputeResult> |
AbstractAmazonGameLiftAsync.registerComputeAsync(RegisterComputeRequest request,
AsyncHandler<RegisterComputeRequest,RegisterComputeResult> asyncHandler) |
Future<RegisterComputeResult> |
AmazonGameLiftAsync.registerComputeAsync(RegisterComputeRequest registerComputeRequest,
AsyncHandler<RegisterComputeRequest,RegisterComputeResult> asyncHandler)
Registers a compute resource to an Amazon GameLift Anywhere fleet.
|
| Modifier and Type | Method and Description |
|---|---|
RegisterComputeResult |
RegisterComputeResult.clone() |
RegisterComputeResult |
RegisterComputeResult.withCompute(Compute compute)
The details of the compute resource you registered.
|
Copyright © 2024. All rights reserved.