| 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 |
|---|---|
UpdateFleetAttributesResult |
AmazonGameLiftClient.updateFleetAttributes(UpdateFleetAttributesRequest request)
Updates a fleet's mutable attributes, including game session protection and resource creation limits.
|
UpdateFleetAttributesResult |
AbstractAmazonGameLift.updateFleetAttributes(UpdateFleetAttributesRequest request) |
UpdateFleetAttributesResult |
AmazonGameLift.updateFleetAttributes(UpdateFleetAttributesRequest updateFleetAttributesRequest)
Updates a fleet's mutable attributes, including game session protection and resource creation limits.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFleetAttributesResult> |
AbstractAmazonGameLiftAsync.updateFleetAttributesAsync(UpdateFleetAttributesRequest request,
AsyncHandler<UpdateFleetAttributesRequest,UpdateFleetAttributesResult> asyncHandler) |
Future<UpdateFleetAttributesResult> |
AmazonGameLiftAsync.updateFleetAttributesAsync(UpdateFleetAttributesRequest updateFleetAttributesRequest,
AsyncHandler<UpdateFleetAttributesRequest,UpdateFleetAttributesResult> asyncHandler)
Updates a fleet's mutable attributes, including game session protection and resource creation limits.
|
Future<UpdateFleetAttributesResult> |
AmazonGameLiftAsyncClient.updateFleetAttributesAsync(UpdateFleetAttributesRequest request,
AsyncHandler<UpdateFleetAttributesRequest,UpdateFleetAttributesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFleetAttributesResult |
UpdateFleetAttributesResult.clone() |
UpdateFleetAttributesResult |
UpdateFleetAttributesResult.withFleetArn(String fleetArn)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift fleet resource and uniquely identifies it.
|
UpdateFleetAttributesResult |
UpdateFleetAttributesResult.withFleetId(String fleetId)
A unique identifier for the fleet that was updated.
|
Copyright © 2023. All rights reserved.