Uses of Class
software.amazon.awssdk.services.appmesh.model.TlsValidationContextAcmTrust
-
Packages that use TlsValidationContextAcmTrust Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of TlsValidationContextAcmTrust in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return TlsValidationContextAcmTrust Modifier and Type Method Description TlsValidationContextAcmTrustTlsValidationContextTrust. acm()A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type TlsValidationContextAcmTrust Modifier and Type Method Description TlsValidationContextTrust.BuilderTlsValidationContextTrust.Builder. acm(TlsValidationContextAcmTrust acm)A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.static TlsValidationContextTrustTlsValidationContextTrust. fromAcm(TlsValidationContextAcmTrust acm)Create an instance of this class withTlsValidationContextTrust.acm()initialized to the given value.
-