Uses of Interface
software.amazon.awssdk.services.appmesh.model.ListenerTlsValidationContextTrust.Builder
-
Packages that use ListenerTlsValidationContextTrust.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of ListenerTlsValidationContextTrust.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return ListenerTlsValidationContextTrust.Builder Modifier and Type Method Description static ListenerTlsValidationContextTrust.BuilderListenerTlsValidationContextTrust. builder()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.ListenerTlsValidationContextTrust.BuilderListenerTlsValidationContextTrust.Builder. file(TlsValidationContextFileTrust file)An object that represents a Transport Layer Security (TLS) validation context trust for a local file.default ListenerTlsValidationContextTrust.BuilderListenerTlsValidationContextTrust.Builder. sds(Consumer<TlsValidationContextSdsTrust.Builder> sds)A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.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.ListenerTlsValidationContextTrust.BuilderListenerTlsValidationContextTrust. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type ListenerTlsValidationContextTrust.Builder Modifier and Type Method Description static Class<? extends ListenerTlsValidationContextTrust.Builder>ListenerTlsValidationContextTrust. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type ListenerTlsValidationContextTrust.Builder Modifier and Type Method Description default ListenerTlsValidationContext.BuilderListenerTlsValidationContext.Builder. trust(Consumer<ListenerTlsValidationContextTrust.Builder> trust)A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.
-