Uses of Interface
software.amazon.awssdk.services.appmesh.model.TlsValidationContextFileTrust.Builder
-
Packages that use TlsValidationContextFileTrust.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of TlsValidationContextFileTrust.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return TlsValidationContextFileTrust.Builder Modifier and Type Method Description static TlsValidationContextFileTrust.BuilderTlsValidationContextFileTrust. builder()TlsValidationContextFileTrust.BuilderTlsValidationContextFileTrust.Builder. certificateChain(String certificateChain)The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.TlsValidationContextFileTrust.BuilderTlsValidationContextFileTrust. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type TlsValidationContextFileTrust.Builder Modifier and Type Method Description static Class<? extends TlsValidationContextFileTrust.Builder>TlsValidationContextFileTrust. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type TlsValidationContextFileTrust.Builder Modifier and Type Method Description default ListenerTlsValidationContextTrust.BuilderListenerTlsValidationContextTrust.Builder. file(Consumer<TlsValidationContextFileTrust.Builder> file)An object that represents a Transport Layer Security (TLS) validation context trust for a local file.default TlsValidationContextTrust.BuilderTlsValidationContextTrust.Builder. file(Consumer<TlsValidationContextFileTrust.Builder> file)An object that represents a Transport Layer Security (TLS) validation context trust for a local file.static ListenerTlsValidationContextTrustListenerTlsValidationContextTrust. fromFile(Consumer<TlsValidationContextFileTrust.Builder> file)Create an instance of this class withListenerTlsValidationContextTrust.file()initialized to the given value.static TlsValidationContextTrustTlsValidationContextTrust. fromFile(Consumer<TlsValidationContextFileTrust.Builder> file)Create an instance of this class withTlsValidationContextTrust.file()initialized to the given value.
-