| 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<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 |
|---|---|
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.clone() |
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.withFleetId(String fleetId)
A unique identifier for the fleet to update port settings for.
|
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.withInboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)
A collection of port settings to be added to the fleet resource.
|
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.withInboundPermissionAuthorizations(IpPermission... inboundPermissionAuthorizations)
A collection of port settings to be added to the fleet resource.
|
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.withInboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)
A collection of port settings to be removed from the fleet resource.
|
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.withInboundPermissionRevocations(IpPermission... inboundPermissionRevocations)
A collection of port settings to be removed from the fleet resource.
|
Copyright © 2022. All rights reserved.