Uses of Class
com.amazonaws.services.gamelift.model.UpdateFleetPortSettingsRequest
-
Packages that use UpdateFleetPortSettingsRequest Package Description com.amazonaws.services.gamelift com.amazonaws.services.gamelift.model -
-
Uses of UpdateFleetPortSettingsRequest in com.amazonaws.services.gamelift
Method parameters in com.amazonaws.services.gamelift with type arguments of type UpdateFleetPortSettingsRequest Modifier and Type Method Description Future<UpdateFleetPortSettingsResult>AbstractAmazonGameLiftAsync. updateFleetPortSettingsAsync(UpdateFleetPortSettingsRequest request, AsyncHandler<UpdateFleetPortSettingsRequest,UpdateFleetPortSettingsResult> asyncHandler)Future<UpdateFleetPortSettingsResult>AmazonGameLiftAsync. updateFleetPortSettingsAsync(UpdateFleetPortSettingsRequest updateFleetPortSettingsRequest, AsyncHandler<UpdateFleetPortSettingsRequest,UpdateFleetPortSettingsResult> asyncHandler)Updates port settings for a fleet.Future<UpdateFleetPortSettingsResult>AmazonGameLiftAsyncClient. updateFleetPortSettingsAsync(UpdateFleetPortSettingsRequest request, AsyncHandler<UpdateFleetPortSettingsRequest,UpdateFleetPortSettingsResult> asyncHandler) -
Uses of UpdateFleetPortSettingsRequest in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return UpdateFleetPortSettingsRequest Modifier and Type Method Description UpdateFleetPortSettingsRequestUpdateFleetPortSettingsRequest. clone()UpdateFleetPortSettingsRequestUpdateFleetPortSettingsRequest. withFleetId(String fleetId)Unique identifier for the fleet you want to update port settings for.UpdateFleetPortSettingsRequestUpdateFleetPortSettingsRequest. withInboundPermissionAuthorizations(IpPermission... inboundPermissionAuthorizations)Collection of port settings to be added to the fleet record.UpdateFleetPortSettingsRequestUpdateFleetPortSettingsRequest. withInboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)Collection of port settings to be added to the fleet record.UpdateFleetPortSettingsRequestUpdateFleetPortSettingsRequest. withInboundPermissionRevocations(IpPermission... inboundPermissionRevocations)Collection of port settings to be removed from the fleet record.UpdateFleetPortSettingsRequestUpdateFleetPortSettingsRequest. withInboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)Collection of port settings to be removed from the fleet record.
-