Uses of Class
software.amazon.awssdk.services.appmesh.model.PortProtocol
-
Packages that use PortProtocol Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of PortProtocol in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return PortProtocol Modifier and Type Method Description static PortProtocolPortProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PortProtocolHealthCheckPolicy. protocol()The protocol for the health check request.PortProtocolPortMapping. protocol()The protocol used for the port mapping.static PortProtocolPortProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static PortProtocol[]PortProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type PortProtocol Modifier and Type Method Description static Set<PortProtocol>PortProtocol. knownValues()Methods in software.amazon.awssdk.services.appmesh.model with parameters of type PortProtocol Modifier and Type Method Description HealthCheckPolicy.BuilderHealthCheckPolicy.Builder. protocol(PortProtocol protocol)The protocol for the health check request.PortMapping.BuilderPortMapping.Builder. protocol(PortProtocol protocol)The protocol used for the port mapping.
-