| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
ClientAuthentication |
ClientAuthentication.clone() |
ClientAuthentication |
ClusterInfo.getClientAuthentication()
Includes all client authentication information.
|
ClientAuthentication |
CreateClusterRequest.getClientAuthentication()
Includes all client authentication related information.
|
ClientAuthentication |
ClientAuthentication.withSasl(Sasl sasl)
Details for ClientAuthentication using SASL.
|
ClientAuthentication |
ClientAuthentication.withTls(Tls tls)
Details for ClientAuthentication using TLS.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterInfo.setClientAuthentication(ClientAuthentication clientAuthentication)
Includes all client authentication information.
|
void |
CreateClusterRequest.setClientAuthentication(ClientAuthentication clientAuthentication)
Includes all client authentication related information.
|
ClusterInfo |
ClusterInfo.withClientAuthentication(ClientAuthentication clientAuthentication)
Includes all client authentication information.
|
CreateClusterRequest |
CreateClusterRequest.withClientAuthentication(ClientAuthentication clientAuthentication)
Includes all client authentication related information.
|
Copyright © 2020. All rights reserved.