| Modifier and Type | Method and Description |
|---|---|
TlsMode |
FileCertificateOptions.getTlsMode()
(experimental) The TLS mode.
|
TlsMode |
FileCertificateOptions.Jsii$Proxy.getTlsMode() |
TlsMode |
AcmCertificateOptions.getTlsMode()
(experimental) The TLS mode.
|
TlsMode |
AcmCertificateOptions.Jsii$Proxy.getTlsMode() |
TlsMode |
TlsCertificateConfig.getTlsMode()
(experimental) The TLS mode.
|
TlsMode |
TlsCertificateConfig.Jsii$Proxy.getTlsMode() |
static TlsMode |
TlsMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TlsMode[] |
TlsMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FileCertificateOptions.Builder |
FileCertificateOptions.Builder.tlsMode(TlsMode tlsMode)
Sets the value of
FileCertificateOptions.getTlsMode() |
AcmCertificateOptions.Builder |
AcmCertificateOptions.Builder.tlsMode(TlsMode tlsMode)
Sets the value of
AcmCertificateOptions.getTlsMode() |
TlsCertificateConfig.Builder |
TlsCertificateConfig.Builder.tlsMode(TlsMode tlsMode)
Sets the value of
TlsCertificateConfig.getTlsMode() |
| Constructor and Description |
|---|
Jsii$Proxy(CfnVirtualNode.ListenerTlsCertificateProperty tlsCertificate,
TlsMode tlsMode)
Constructor that initializes the object based on literal property values passed by the
TlsCertificateConfig.Builder. |
Jsii$Proxy(ICertificate certificate,
TlsMode tlsMode)
Constructor that initializes the object based on literal property values passed by the
AcmCertificateOptions.Builder. |
Jsii$Proxy(String certificateChainPath,
String privateKeyPath,
TlsMode tlsMode)
Constructor that initializes the object based on literal property values passed by the
FileCertificateOptions.Builder. |
Copyright © 2021. All rights reserved.