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