Uses of Interface
software.amazon.awssdk.services.appmesh.model.TlsValidationContextSdsTrust.Builder
-
Packages that use TlsValidationContextSdsTrust.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of TlsValidationContextSdsTrust.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return TlsValidationContextSdsTrust.Builder Modifier and Type Method Description static TlsValidationContextSdsTrust.BuilderTlsValidationContextSdsTrust. builder()TlsValidationContextSdsTrust.BuilderTlsValidationContextSdsTrust.Builder. secretName(String secretName)A reference to an object that represents the name of the secret for a Transport Layer Security (TLS) Secret Discovery Service validation context trust.TlsValidationContextSdsTrust.BuilderTlsValidationContextSdsTrust. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type TlsValidationContextSdsTrust.Builder Modifier and Type Method Description static Class<? extends TlsValidationContextSdsTrust.Builder>TlsValidationContextSdsTrust. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type TlsValidationContextSdsTrust.Builder Modifier and Type Method Description static ListenerTlsValidationContextTrustListenerTlsValidationContextTrust. fromSds(Consumer<TlsValidationContextSdsTrust.Builder> sds)Create an instance of this class withListenerTlsValidationContextTrust.sds()initialized to the given value.static TlsValidationContextTrustTlsValidationContextTrust. fromSds(Consumer<TlsValidationContextSdsTrust.Builder> sds)Create an instance of this class withTlsValidationContextTrust.sds()initialized to the given value.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.default TlsValidationContextTrust.BuilderTlsValidationContextTrust.Builder. sds(Consumer<TlsValidationContextSdsTrust.Builder> sds)A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.
-