Uses of Interface
software.amazon.awssdk.services.appmesh.model.TlsValidationContext.Builder
-
Packages that use TlsValidationContext.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of TlsValidationContext.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return TlsValidationContext.Builder Modifier and Type Method Description static TlsValidationContext.BuilderTlsValidationContext. builder()default TlsValidationContext.BuilderTlsValidationContext.Builder. subjectAlternativeNames(Consumer<SubjectAlternativeNames.Builder> subjectAlternativeNames)A reference to an object that represents the SANs for a Transport Layer Security (TLS) validation context.TlsValidationContext.BuilderTlsValidationContext.Builder. subjectAlternativeNames(SubjectAlternativeNames subjectAlternativeNames)A reference to an object that represents the SANs for a Transport Layer Security (TLS) validation context.TlsValidationContext.BuilderTlsValidationContext. toBuilder()default TlsValidationContext.BuilderTlsValidationContext.Builder. trust(Consumer<TlsValidationContextTrust.Builder> trust)A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.TlsValidationContext.BuilderTlsValidationContext.Builder. trust(TlsValidationContextTrust 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 TlsValidationContext.Builder Modifier and Type Method Description static Class<? extends TlsValidationContext.Builder>TlsValidationContext. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type TlsValidationContext.Builder Modifier and Type Method Description default ClientPolicyTls.BuilderClientPolicyTls.Builder. validation(Consumer<TlsValidationContext.Builder> validation)A reference to an object that represents a TLS validation context.
-