| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
Tls |
Tls.clone() |
Tls |
ClientAuthentication.getTls()
Details for ClientAuthentication using TLS.
|
Tls |
Tls.withCertificateAuthorityArnList(Collection<String> certificateAuthorityArnList)
List of ACM Certificate Authority ARNs.
|
Tls |
Tls.withCertificateAuthorityArnList(String... certificateAuthorityArnList)
List of ACM Certificate Authority ARNs.
|
Tls |
Tls.withEnabled(Boolean enabled)
Specifies whether you want to turn on or turn off TLS authentication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientAuthentication.setTls(Tls tls)
Details for ClientAuthentication using TLS.
|
ClientAuthentication |
ClientAuthentication.withTls(Tls tls)
Details for ClientAuthentication using TLS.
|
Copyright © 2021. All rights reserved.