Uses of Class
software.amazon.awssdk.services.appmesh.model.VirtualGatewayListenerTlsValidationContextTrust.Type
-
Packages that use VirtualGatewayListenerTlsValidationContextTrust.Type Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of VirtualGatewayListenerTlsValidationContextTrust.Type in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return VirtualGatewayListenerTlsValidationContextTrust.Type Modifier and Type Method Description VirtualGatewayListenerTlsValidationContextTrust.TypeVirtualGatewayListenerTlsValidationContextTrust. type()Retrieve an enum value representing which member of this object is populated.static VirtualGatewayListenerTlsValidationContextTrust.TypeVirtualGatewayListenerTlsValidationContextTrust.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static VirtualGatewayListenerTlsValidationContextTrust.Type[]VirtualGatewayListenerTlsValidationContextTrust.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-