| 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<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 |
|---|---|
RegisterComputeRequest |
RegisterComputeRequest.clone() |
RegisterComputeRequest |
RegisterComputeRequest.withCertificatePath(String certificatePath)
The path to a TLS certificate on your compute resource.
|
RegisterComputeRequest |
RegisterComputeRequest.withComputeName(String computeName)
A descriptive label for the compute resource.
|
RegisterComputeRequest |
RegisterComputeRequest.withDnsName(String dnsName)
The DNS name of the compute resource.
|
RegisterComputeRequest |
RegisterComputeRequest.withFleetId(String fleetId)
A unique identifier for the fleet to register the compute to.
|
RegisterComputeRequest |
RegisterComputeRequest.withIpAddress(String ipAddress)
The IP address of the compute resource.
|
RegisterComputeRequest |
RegisterComputeRequest.withLocation(String location)
The name of a custom location to associate with the compute resource being registered.
|
Copyright © 2024. All rights reserved.