Uses of Interface
software.amazon.awssdk.services.appmesh.model.ListenerTlsSdsCertificate.Builder
-
Packages that use ListenerTlsSdsCertificate.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of ListenerTlsSdsCertificate.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return ListenerTlsSdsCertificate.Builder Modifier and Type Method Description static ListenerTlsSdsCertificate.BuilderListenerTlsSdsCertificate. builder()ListenerTlsSdsCertificate.BuilderListenerTlsSdsCertificate.Builder. secretName(String secretName)A reference to an object that represents the name of the secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.ListenerTlsSdsCertificate.BuilderListenerTlsSdsCertificate. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type ListenerTlsSdsCertificate.Builder Modifier and Type Method Description static Class<? extends ListenerTlsSdsCertificate.Builder>ListenerTlsSdsCertificate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type ListenerTlsSdsCertificate.Builder Modifier and Type Method Description static ClientTlsCertificateClientTlsCertificate. fromSds(Consumer<ListenerTlsSdsCertificate.Builder> sds)Create an instance of this class withClientTlsCertificate.sds()initialized to the given value.static ListenerTlsCertificateListenerTlsCertificate. fromSds(Consumer<ListenerTlsSdsCertificate.Builder> sds)Create an instance of this class withListenerTlsCertificate.sds()initialized to the given value.default ClientTlsCertificate.BuilderClientTlsCertificate.Builder. sds(Consumer<ListenerTlsSdsCertificate.Builder> sds)A reference to an object that represents a client's TLS Secret Discovery Service certificate.default ListenerTlsCertificate.BuilderListenerTlsCertificate.Builder. sds(Consumer<ListenerTlsSdsCertificate.Builder> sds)A reference to an object that represents a listener's Secret Discovery Service certificate.
-