| 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 |
|---|---|
Future<DescribeComputeResult> |
AmazonGameLiftAsyncClient.describeComputeAsync(DescribeComputeRequest request,
AsyncHandler<DescribeComputeRequest,DescribeComputeResult> asyncHandler) |
Future<DescribeComputeResult> |
AmazonGameLiftAsync.describeComputeAsync(DescribeComputeRequest describeComputeRequest,
AsyncHandler<DescribeComputeRequest,DescribeComputeResult> asyncHandler)
Retrieves properties for a compute resource in an Amazon GameLift fleet.
|
Future<DescribeComputeResult> |
AbstractAmazonGameLiftAsync.describeComputeAsync(DescribeComputeRequest request,
AsyncHandler<DescribeComputeRequest,DescribeComputeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeComputeRequest |
DescribeComputeRequest.clone() |
DescribeComputeRequest |
DescribeComputeRequest.withComputeName(String computeName)
The unique identifier of the compute resource to retrieve properties for.
|
DescribeComputeRequest |
DescribeComputeRequest.withFleetId(String fleetId)
A unique identifier for the fleet that the compute is registered to.
|
Copyright © 2023. All rights reserved.