Uses of Class
software.amazon.awssdk.services.gamelift.model.IpProtocol
-
Packages that use IpProtocol Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of IpProtocol in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return IpProtocol Modifier and Type Method Description static IpProtocolIpProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IpProtocolContainerPortMapping. protocol()The network protocol that this mapping supports.IpProtocolContainerPortRange. protocol()The network protocol that these ports support.IpProtocolIpPermission. protocol()The network communication protocol used by the fleet.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 software.amazon.awssdk.services.gamelift.model that return types with arguments of type IpProtocol Modifier and Type Method Description static Set<IpProtocol>IpProtocol. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type IpProtocol Modifier and Type Method Description ContainerPortMapping.BuilderContainerPortMapping.Builder. protocol(IpProtocol protocol)The network protocol that this mapping supports.ContainerPortRange.BuilderContainerPortRange.Builder. protocol(IpProtocol protocol)The network protocol that these ports support.IpPermission.BuilderIpPermission.Builder. protocol(IpProtocol protocol)The network communication protocol used by the fleet.
-