Uses of Class
com.amazonaws.services.gamelift.model.IpProtocol
-
Packages that use IpProtocol Package Description com.amazonaws.services.gamelift.model -
-
Uses of IpProtocol in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return IpProtocol Modifier and Type Method Description static IpProtocolIpProtocol. fromValue(String value)Use this in place of valueOf.static IpProtocolIpProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static IpProtocol[]IpProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.gamelift.model with parameters of type IpProtocol Modifier and Type Method Description voidIpPermission. setProtocol(IpProtocol protocol)Network communication protocol used by the fleet.IpPermissionIpPermission. withProtocol(IpProtocol protocol)Network communication protocol used by the fleet.
-