ListenerTlsCertificate |
ListenerTls.certificate() |
A reference to an object that represents a listener's Transport Layer Security (TLS) certificate.
|
static ListenerTlsCertificate |
ListenerTlsCertificate.fromAcm(Consumer<ListenerTlsAcmCertificate.Builder> acm) |
Create an instance of this class with acm() initialized to the given value.
|
static ListenerTlsCertificate |
ListenerTlsCertificate.fromAcm(ListenerTlsAcmCertificate acm) |
Create an instance of this class with acm() initialized to the given value.
|
static ListenerTlsCertificate |
ListenerTlsCertificate.fromFile(Consumer<ListenerTlsFileCertificate.Builder> file) |
Create an instance of this class with file() initialized to the given value.
|
static ListenerTlsCertificate |
ListenerTlsCertificate.fromFile(ListenerTlsFileCertificate file) |
Create an instance of this class with file() initialized to the given value.
|
static ListenerTlsCertificate |
ListenerTlsCertificate.fromSds(Consumer<ListenerTlsSdsCertificate.Builder> sds) |
Create an instance of this class with sds() initialized to the given value.
|
static ListenerTlsCertificate |
ListenerTlsCertificate.fromSds(ListenerTlsSdsCertificate sds) |
Create an instance of this class with sds() initialized to the given value.
|