Uses of Enum
com.amazonaws.services.gamelift.model.IpProtocol
Packages that use IpProtocol
-
Uses of IpProtocol in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return IpProtocolModifier and TypeMethodDescriptionstatic IpProtocol
Use this in place of valueOf.static IpProtocol
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 IpProtocolModifier and TypeMethodDescriptionvoid
IpPermission.setProtocol
(IpProtocol protocol) Network communication protocol used by the fleet.IpPermission.withProtocol
(IpProtocol protocol) Network communication protocol used by the fleet.