Uses of Class
com.amazonaws.services.ecs.model.TransportProtocol
-
Packages that use TransportProtocol Package Description com.amazonaws.services.ecs.model -
-
Uses of TransportProtocol in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return TransportProtocol Modifier and Type Method Description static TransportProtocol
TransportProtocol. fromValue(String value)
Use this in place of valueOf.static TransportProtocol
TransportProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransportProtocol[]
TransportProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ecs.model with parameters of type TransportProtocol Modifier and Type Method Description void
NetworkBinding. setProtocol(TransportProtocol protocol)
The protocol used for the network binding.void
PortMapping. setProtocol(TransportProtocol protocol)
The protocol used for the port mapping.NetworkBinding
NetworkBinding. withProtocol(TransportProtocol protocol)
The protocol used for the network binding.PortMapping
PortMapping. withProtocol(TransportProtocol protocol)
The protocol used for the port mapping.
-