Uses of Class
software.amazon.awssdk.services.appmesh.model.ListenerTlsValidationContextTrust
-
Packages that use ListenerTlsValidationContextTrust Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of ListenerTlsValidationContextTrust in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return ListenerTlsValidationContextTrust Modifier and Type Method Description static ListenerTlsValidationContextTrustListenerTlsValidationContextTrust. fromFile(Consumer<TlsValidationContextFileTrust.Builder> file)Create an instance of this class withfile()initialized to the given value.static ListenerTlsValidationContextTrustListenerTlsValidationContextTrust. fromFile(TlsValidationContextFileTrust file)Create an instance of this class withfile()initialized to the given value.static ListenerTlsValidationContextTrustListenerTlsValidationContextTrust. fromSds(Consumer<TlsValidationContextSdsTrust.Builder> sds)Create an instance of this class withsds()initialized to the given value.static ListenerTlsValidationContextTrustListenerTlsValidationContextTrust. fromSds(TlsValidationContextSdsTrust sds)Create an instance of this class withsds()initialized to the given value.ListenerTlsValidationContextTrustListenerTlsValidationContext. trust()A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type ListenerTlsValidationContextTrust Modifier and Type Method Description ListenerTlsValidationContext.BuilderListenerTlsValidationContext.Builder. trust(ListenerTlsValidationContextTrust trust)A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.
-