Uses of Class
software.amazon.awssdk.services.gamelift.model.UpdateFleetPortSettingsResponse
-
Packages that use UpdateFleetPortSettingsResponse Package Description software.amazon.awssdk.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. -
-
Uses of UpdateFleetPortSettingsResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return UpdateFleetPortSettingsResponse Modifier and Type Method Description default UpdateFleetPortSettingsResponseGameLiftClient. updateFleetPortSettings(Consumer<UpdateFleetPortSettingsRequest.Builder> updateFleetPortSettingsRequest)Updates permissions that allow inbound traffic to connect to game sessions in the fleet.default UpdateFleetPortSettingsResponseGameLiftClient. updateFleetPortSettings(UpdateFleetPortSettingsRequest updateFleetPortSettingsRequest)Updates permissions that allow inbound traffic to connect to game sessions in the fleet.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type UpdateFleetPortSettingsResponse Modifier and Type Method Description default CompletableFuture<UpdateFleetPortSettingsResponse>GameLiftAsyncClient. updateFleetPortSettings(Consumer<UpdateFleetPortSettingsRequest.Builder> updateFleetPortSettingsRequest)Updates permissions that allow inbound traffic to connect to game sessions in the fleet.default CompletableFuture<UpdateFleetPortSettingsResponse>GameLiftAsyncClient. updateFleetPortSettings(UpdateFleetPortSettingsRequest updateFleetPortSettingsRequest)Updates permissions that allow inbound traffic to connect to game sessions in the fleet.
-