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 UpdateFleetPortSettingsRequest
UpdateFleetPortSettingsRequest. clone()
UpdateFleetPortSettingsRequest
UpdateFleetPortSettingsRequest. withFleetId(String fleetId)
Unique identifier for the fleet you want to update port settings for.UpdateFleetPortSettingsRequest
UpdateFleetPortSettingsRequest. withInboundPermissionAuthorizations(IpPermission... inboundPermissionAuthorizations)
Collection of port settings to be added to the fleet record.UpdateFleetPortSettingsRequest
UpdateFleetPortSettingsRequest. withInboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)
Collection of port settings to be added to the fleet record.UpdateFleetPortSettingsRequest
UpdateFleetPortSettingsRequest. withInboundPermissionRevocations(IpPermission... inboundPermissionRevocations)
Collection of port settings to be removed from the fleet record.UpdateFleetPortSettingsRequest
UpdateFleetPortSettingsRequest. withInboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)
Collection of port settings to be removed from the fleet record.
-