Uses of Class
com.amazonaws.services.gamelift.model.IpPermission
Packages that use IpPermission
-
Uses of IpPermission in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return IpPermissionModifier and TypeMethodDescriptionIpPermission.clone()
IpPermission.withFromPort
(Integer fromPort) Starting value for a range of allowed port numbers.IpPermission.withIpRange
(String ipRange) Range of allowed IP addresses.IpPermission.withProtocol
(IpProtocol protocol) Network communication protocol used by the fleet.IpPermission.withProtocol
(String protocol) Network communication protocol used by the fleet.IpPermission.withToPort
(Integer toPort) Ending value for a range of allowed port numbers.Methods in com.amazonaws.services.gamelift.model that return types with arguments of type IpPermissionModifier and TypeMethodDescriptionCreateFleetRequest.getEC2InboundPermissions()
Access limits for incoming traffic.UpdateFleetPortSettingsRequest.getInboundPermissionAuthorizations()
Collection of port settings to be added to the fleet record.UpdateFleetPortSettingsRequest.getInboundPermissionRevocations()
Collection of port settings to be removed from the fleet record.DescribeFleetPortSettingsResult.getInboundPermissions()
Object containing port settings for the requested fleet ID.Methods in com.amazonaws.services.gamelift.model with parameters of type IpPermissionModifier and TypeMethodDescriptionCreateFleetRequest.withEC2InboundPermissions
(IpPermission... eC2InboundPermissions) Access limits for incoming traffic.UpdateFleetPortSettingsRequest.withInboundPermissionAuthorizations
(IpPermission... inboundPermissionAuthorizations) Collection of port settings to be added to the fleet record.UpdateFleetPortSettingsRequest.withInboundPermissionRevocations
(IpPermission... inboundPermissionRevocations) Collection of port settings to be removed from the fleet record.DescribeFleetPortSettingsResult.withInboundPermissions
(IpPermission... inboundPermissions) Object containing port settings for the requested fleet ID.Method parameters in com.amazonaws.services.gamelift.model with type arguments of type IpPermissionModifier and TypeMethodDescriptionvoid
CreateFleetRequest.setEC2InboundPermissions
(Collection<IpPermission> eC2InboundPermissions) Access limits for incoming traffic.void
UpdateFleetPortSettingsRequest.setInboundPermissionAuthorizations
(Collection<IpPermission> inboundPermissionAuthorizations) Collection of port settings to be added to the fleet record.void
UpdateFleetPortSettingsRequest.setInboundPermissionRevocations
(Collection<IpPermission> inboundPermissionRevocations) Collection of port settings to be removed from the fleet record.void
DescribeFleetPortSettingsResult.setInboundPermissions
(Collection<IpPermission> inboundPermissions) Object containing port settings for the requested fleet ID.CreateFleetRequest.withEC2InboundPermissions
(Collection<IpPermission> eC2InboundPermissions) Access limits for incoming traffic.UpdateFleetPortSettingsRequest.withInboundPermissionAuthorizations
(Collection<IpPermission> inboundPermissionAuthorizations) Collection of port settings to be added to the fleet record.UpdateFleetPortSettingsRequest.withInboundPermissionRevocations
(Collection<IpPermission> inboundPermissionRevocations) Collection of port settings to be removed from the fleet record.DescribeFleetPortSettingsResult.withInboundPermissions
(Collection<IpPermission> inboundPermissions) Object containing port settings for the requested fleet ID.