| 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 |
|---|---|
UpdateFleetPortSettingsResult |
AmazonGameLiftClient.updateFleetPortSettings(UpdateFleetPortSettingsRequest request)
Updates permissions that allow inbound traffic to connect to game sessions that are being hosted on instances in
the fleet.
|
UpdateFleetPortSettingsResult |
AbstractAmazonGameLift.updateFleetPortSettings(UpdateFleetPortSettingsRequest request) |
UpdateFleetPortSettingsResult |
AmazonGameLift.updateFleetPortSettings(UpdateFleetPortSettingsRequest updateFleetPortSettingsRequest)
Updates permissions that allow inbound traffic to connect to game sessions that are being hosted on instances in
the fleet.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFleetPortSettingsResult> |
AmazonGameLiftAsyncClient.updateFleetPortSettingsAsync(UpdateFleetPortSettingsRequest request,
AsyncHandler<UpdateFleetPortSettingsRequest,UpdateFleetPortSettingsResult> asyncHandler) |
Future<UpdateFleetPortSettingsResult> |
AbstractAmazonGameLiftAsync.updateFleetPortSettingsAsync(UpdateFleetPortSettingsRequest request,
AsyncHandler<UpdateFleetPortSettingsRequest,UpdateFleetPortSettingsResult> asyncHandler) |
Future<UpdateFleetPortSettingsResult> |
AmazonGameLiftAsync.updateFleetPortSettingsAsync(UpdateFleetPortSettingsRequest updateFleetPortSettingsRequest,
AsyncHandler<UpdateFleetPortSettingsRequest,UpdateFleetPortSettingsResult> asyncHandler)
Updates permissions that allow inbound traffic to connect to game sessions that are being hosted on instances in
the fleet.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFleetPortSettingsResult |
UpdateFleetPortSettingsResult.clone() |
UpdateFleetPortSettingsResult |
UpdateFleetPortSettingsResult.withFleetArn(String fleetArn)
The Amazon Resource Name (ARN)
that is assigned to a GameLift fleet resource and uniquely identifies it.
|
UpdateFleetPortSettingsResult |
UpdateFleetPortSettingsResult.withFleetId(String fleetId)
A unique identifier for the fleet that was updated.
|
Copyright © 2022. All rights reserved.