Uses of Class
software.amazon.awssdk.services.appmesh.model.VirtualGatewayPortProtocol
-
Packages that use VirtualGatewayPortProtocol Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of VirtualGatewayPortProtocol in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return VirtualGatewayPortProtocol Modifier and Type Method Description static VirtualGatewayPortProtocolVirtualGatewayPortProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VirtualGatewayPortProtocolVirtualGatewayHealthCheckPolicy. protocol()The protocol for the health check request.VirtualGatewayPortProtocolVirtualGatewayPortMapping. protocol()The protocol used for the port mapping.static VirtualGatewayPortProtocolVirtualGatewayPortProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static VirtualGatewayPortProtocol[]VirtualGatewayPortProtocol. 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 VirtualGatewayPortProtocol Modifier and Type Method Description static Set<VirtualGatewayPortProtocol>VirtualGatewayPortProtocol. knownValues()Methods in software.amazon.awssdk.services.appmesh.model with parameters of type VirtualGatewayPortProtocol Modifier and Type Method Description VirtualGatewayHealthCheckPolicy.BuilderVirtualGatewayHealthCheckPolicy.Builder. protocol(VirtualGatewayPortProtocol protocol)The protocol for the health check request.VirtualGatewayPortMapping.BuilderVirtualGatewayPortMapping.Builder. protocol(VirtualGatewayPortProtocol protocol)The protocol used for the port mapping.
-