Uses of Class
software.amazon.awssdk.services.appmesh.model.TlsValidationContextSdsTrust
-
Packages that use TlsValidationContextSdsTrust Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of TlsValidationContextSdsTrust in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return TlsValidationContextSdsTrust Modifier and Type Method Description TlsValidationContextSdsTrustListenerTlsValidationContextTrust. sds()A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.TlsValidationContextSdsTrustTlsValidationContextTrust. sds()A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type TlsValidationContextSdsTrust Modifier and Type Method Description static ListenerTlsValidationContextTrustListenerTlsValidationContextTrust. fromSds(TlsValidationContextSdsTrust sds)Create an instance of this class withListenerTlsValidationContextTrust.sds()initialized to the given value.static TlsValidationContextTrustTlsValidationContextTrust. fromSds(TlsValidationContextSdsTrust sds)Create an instance of this class withTlsValidationContextTrust.sds()initialized to the given value.ListenerTlsValidationContextTrust.BuilderListenerTlsValidationContextTrust.Builder. sds(TlsValidationContextSdsTrust sds)A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.TlsValidationContextTrust.BuilderTlsValidationContextTrust.Builder. sds(TlsValidationContextSdsTrust sds)A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.
-