Uses of Class
com.amazonaws.services.gamelift.model.IpPermission
-
Packages that use IpPermission Package Description com.amazonaws.services.gamelift.model -
-
Uses of IpPermission in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return IpPermission Modifier and Type Method Description IpPermissionIpPermission. clone()IpPermissionIpPermission. withFromPort(Integer fromPort)Starting value for a range of allowed port numbers.IpPermissionIpPermission. withIpRange(String ipRange)Range of allowed IP addresses.IpPermissionIpPermission. withProtocol(IpProtocol protocol)Network communication protocol used by the fleet.IpPermissionIpPermission. withProtocol(String protocol)Network communication protocol used by the fleet.IpPermissionIpPermission. 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 IpPermission Modifier and Type Method Description List<IpPermission>CreateFleetRequest. getEC2InboundPermissions()Access limits for incoming traffic.List<IpPermission>UpdateFleetPortSettingsRequest. getInboundPermissionAuthorizations()Collection of port settings to be added to the fleet record.List<IpPermission>UpdateFleetPortSettingsRequest. getInboundPermissionRevocations()Collection of port settings to be removed from the fleet record.List<IpPermission>DescribeFleetPortSettingsResult. getInboundPermissions()Object containing port settings for the requested fleet ID.Methods in com.amazonaws.services.gamelift.model with parameters of type IpPermission Modifier and Type Method Description CreateFleetRequestCreateFleetRequest. withEC2InboundPermissions(IpPermission... eC2InboundPermissions)Access limits for incoming traffic.UpdateFleetPortSettingsRequestUpdateFleetPortSettingsRequest. withInboundPermissionAuthorizations(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.DescribeFleetPortSettingsResultDescribeFleetPortSettingsResult. 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 IpPermission Modifier and Type Method Description voidCreateFleetRequest. setEC2InboundPermissions(Collection<IpPermission> eC2InboundPermissions)Access limits for incoming traffic.voidUpdateFleetPortSettingsRequest. setInboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)Collection of port settings to be added to the fleet record.voidUpdateFleetPortSettingsRequest. setInboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)Collection of port settings to be removed from the fleet record.voidDescribeFleetPortSettingsResult. setInboundPermissions(Collection<IpPermission> inboundPermissions)Object containing port settings for the requested fleet ID.CreateFleetRequestCreateFleetRequest. withEC2InboundPermissions(Collection<IpPermission> eC2InboundPermissions)Access limits for incoming traffic.UpdateFleetPortSettingsRequestUpdateFleetPortSettingsRequest. withInboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)Collection of port settings to be added to the fleet record.UpdateFleetPortSettingsRequestUpdateFleetPortSettingsRequest. withInboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)Collection of port settings to be removed from the fleet record.DescribeFleetPortSettingsResultDescribeFleetPortSettingsResult. withInboundPermissions(Collection<IpPermission> inboundPermissions)Object containing port settings for the requested fleet ID.
-