Uses of Class
software.amazon.awssdk.services.appmesh.model.VirtualGatewayListenerTlsMode
-
Packages that use VirtualGatewayListenerTlsMode Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of VirtualGatewayListenerTlsMode in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return VirtualGatewayListenerTlsMode Modifier and Type Method Description static VirtualGatewayListenerTlsModeVirtualGatewayListenerTlsMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VirtualGatewayListenerTlsModeVirtualGatewayListenerTls. mode()Specify one of the following modes.static VirtualGatewayListenerTlsModeVirtualGatewayListenerTlsMode. valueOf(String name)Returns the enum constant of this type with the specified name.static VirtualGatewayListenerTlsMode[]VirtualGatewayListenerTlsMode. 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 VirtualGatewayListenerTlsMode Modifier and Type Method Description static Set<VirtualGatewayListenerTlsMode>VirtualGatewayListenerTlsMode. knownValues()Methods in software.amazon.awssdk.services.appmesh.model with parameters of type VirtualGatewayListenerTlsMode Modifier and Type Method Description VirtualGatewayListenerTls.BuilderVirtualGatewayListenerTls.Builder. mode(VirtualGatewayListenerTlsMode mode)Specify one of the following modes.
-