Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.IListenerCertificate
Packages that use IListenerCertificate
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of IListenerCertificate in software.amazon.awscdk.services.elasticloadbalancingv2
Subinterfaces of IListenerCertificate in software.amazon.awscdk.services.elasticloadbalancingv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIListenerCertificate.Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement IListenerCertificateModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classA certificate source for an ELBv2 listener.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return types with arguments of type IListenerCertificateModifier and TypeMethodDescriptiondefault List<IListenerCertificate>ApplicationListenerCertificateProps.getCertificates()Certificates to attach.final List<IListenerCertificate>ApplicationListenerCertificateProps.Jsii$Proxy.getCertificates()final List<IListenerCertificate>ApplicationListenerProps.Jsii$Proxy.getCertificates()default List<IListenerCertificate>BaseApplicationListenerProps.getCertificates()Certificate list of ACM cert ARNs.final List<IListenerCertificate>BaseApplicationListenerProps.Jsii$Proxy.getCertificates()default List<IListenerCertificate>BaseNetworkListenerProps.getCertificates()Certificate list of ACM cert ARNs.final List<IListenerCertificate>BaseNetworkListenerProps.Jsii$Proxy.getCertificates()final List<IListenerCertificate>NetworkListenerProps.Jsii$Proxy.getCertificates()Method parameters in software.amazon.awscdk.services.elasticloadbalancingv2 with type arguments of type IListenerCertificateModifier and TypeMethodDescriptionvoidApplicationListener.addCertificates(String id, List<IListenerCertificate> certificates) Add one or more certificates to this listener.voidIApplicationListener.addCertificates(String id, List<IListenerCertificate> certificates) Add one or more certificates to this listener.default voidIApplicationListener.Jsii$Default.addCertificates(String id, List<IListenerCertificate> certificates) Add one or more certificates to this listener.final voidIApplicationListener.Jsii$Proxy.addCertificates(String id, List<IListenerCertificate> certificates) Add one or more certificates to this listener.voidNetworkListener.addCertificates(String id, List<IListenerCertificate> certificates) Add one or more certificates to this listener.ApplicationListener.Builder.certificates(List<? extends IListenerCertificate> certificates) Certificate list of ACM cert ARNs.ApplicationListenerCertificate.Builder.certificates(List<? extends IListenerCertificate> certificates) Certificates to attach.ApplicationListenerCertificateProps.Builder.certificates(List<? extends IListenerCertificate> certificates) Sets the value ofApplicationListenerCertificateProps.getCertificates()ApplicationListenerProps.Builder.certificates(List<? extends IListenerCertificate> certificates) Sets the value ofBaseApplicationListenerProps.getCertificates()BaseApplicationListenerProps.Builder.certificates(List<? extends IListenerCertificate> certificates) Sets the value ofBaseApplicationListenerProps.getCertificates()BaseNetworkListenerProps.Builder.certificates(List<? extends IListenerCertificate> certificates) Sets the value ofBaseNetworkListenerProps.getCertificates()NetworkListener.Builder.certificates(List<? extends IListenerCertificate> certificates) Certificate list of ACM cert ARNs.NetworkListenerProps.Builder.certificates(List<? extends IListenerCertificate> certificates) Sets the value ofBaseNetworkListenerProps.getCertificates()