Uses of Class
software.amazon.awssdk.services.appmesh.model.TlsValidationContextFileTrust
-
Packages that use TlsValidationContextFileTrust Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of TlsValidationContextFileTrust in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return TlsValidationContextFileTrust Modifier and Type Method Description TlsValidationContextFileTrustListenerTlsValidationContextTrust. file()An object that represents a Transport Layer Security (TLS) validation context trust for a local file.TlsValidationContextFileTrustTlsValidationContextTrust. file()An object that represents a Transport Layer Security (TLS) validation context trust for a local file.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type TlsValidationContextFileTrust Modifier and Type Method Description ListenerTlsValidationContextTrust.BuilderListenerTlsValidationContextTrust.Builder. file(TlsValidationContextFileTrust file)An object that represents a Transport Layer Security (TLS) validation context trust for a local file.TlsValidationContextTrust.BuilderTlsValidationContextTrust.Builder. file(TlsValidationContextFileTrust file)An object that represents a Transport Layer Security (TLS) validation context trust for a local file.static ListenerTlsValidationContextTrustListenerTlsValidationContextTrust. fromFile(TlsValidationContextFileTrust file)Create an instance of this class withListenerTlsValidationContextTrust.file()initialized to the given value.static TlsValidationContextTrustTlsValidationContextTrust. fromFile(TlsValidationContextFileTrust file)Create an instance of this class withTlsValidationContextTrust.file()initialized to the given value.
-