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 TransportProtocolUse this in place of valueOf.static TransportProtocolReturns 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 TypeMethodDescriptionvoidNetworkBinding.setProtocol(TransportProtocol protocol) The protocol used for the network binding.voidPortMapping.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.