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