Uses of Enum
com.amazonaws.services.gamelift.model.IpProtocol
Packages that use IpProtocol
-
Uses of IpProtocol in com.amazonaws.services.gamelift.model
Subclasses with type arguments of type IpProtocol in com.amazonaws.services.gamelift.modelMethods in com.amazonaws.services.gamelift.model that return IpProtocolModifier and TypeMethodDescriptionstatic IpProtocolUse this in place of valueOf.static IpProtocolReturns 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 IpProtocolModifier and TypeMethodDescriptionvoidIpPermission.setProtocol(IpProtocol protocol) Network communication protocol used by the fleet.IpPermission.withProtocol(IpProtocol protocol) Network communication protocol used by the fleet.