Uses of Enum
com.amazonaws.services.ecs.model.TransportProtocol
Packages that use TransportProtocol
-
Uses of TransportProtocol in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return TransportProtocolModifier and TypeMethodDescriptionstatic TransportProtocol
Use this in place of valueOf.static TransportProtocol
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 TransportProtocolModifier and TypeMethodDescriptionvoid
NetworkBinding.setProtocol
(TransportProtocol protocol) The protocol used for the network binding.void
PortMapping.setProtocol
(TransportProtocol protocol) The protocol used for the port mapping.NetworkBinding.withProtocol
(TransportProtocol protocol) The protocol used for the network binding.PortMapping.withProtocol
(TransportProtocol protocol) The protocol used for the port mapping.