Uses of Class
software.amazon.awssdk.services.ecs.model.TransportProtocol
-
Packages that use TransportProtocol Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of TransportProtocol in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return TransportProtocol Modifier and Type Method Description static TransportProtocolTransportProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TransportProtocolNetworkBinding. protocol()The protocol used for the network binding.TransportProtocolPortMapping. protocol()The protocol used for the port mapping.static TransportProtocolTransportProtocol. 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 software.amazon.awssdk.services.ecs.model that return types with arguments of type TransportProtocol Modifier and Type Method Description static Set<TransportProtocol>TransportProtocol. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type TransportProtocol Modifier and Type Method Description NetworkBinding.BuilderNetworkBinding.Builder. protocol(TransportProtocol protocol)The protocol used for the network binding.PortMapping.BuilderPortMapping.Builder. protocol(TransportProtocol protocol)The protocol used for the port mapping.
-