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 IpProtocol
IpProtocol. fromValue(String value)
Use this in place of valueOf.static IpProtocol
IpProtocol. 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 void
IpPermission. setProtocol(IpProtocol protocol)
Network communication protocol used by the fleet.IpPermission
IpPermission. withProtocol(IpProtocol protocol)
Network communication protocol used by the fleet.
-