Uses of Interface
software.amazon.awssdk.services.appmesh.model.ListenerTlsValidationContext.Builder
-
Packages that use ListenerTlsValidationContext.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of ListenerTlsValidationContext.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return ListenerTlsValidationContext.Builder Modifier and Type Method Description static ListenerTlsValidationContext.BuilderListenerTlsValidationContext. builder()default ListenerTlsValidationContext.BuilderListenerTlsValidationContext.Builder. subjectAlternativeNames(Consumer<SubjectAlternativeNames.Builder> subjectAlternativeNames)A reference to an object that represents the SANs for a listener's Transport Layer Security (TLS) validation context.ListenerTlsValidationContext.BuilderListenerTlsValidationContext.Builder. subjectAlternativeNames(SubjectAlternativeNames subjectAlternativeNames)A reference to an object that represents the SANs for a listener's Transport Layer Security (TLS) validation context.ListenerTlsValidationContext.BuilderListenerTlsValidationContext. toBuilder()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.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.Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type ListenerTlsValidationContext.Builder Modifier and Type Method Description static Class<? extends ListenerTlsValidationContext.Builder>ListenerTlsValidationContext. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type ListenerTlsValidationContext.Builder Modifier and Type Method Description default ListenerTls.BuilderListenerTls.Builder. validation(Consumer<ListenerTlsValidationContext.Builder> validation)A reference to an object that represents a listener's Transport Layer Security (TLS) validation context.
-