| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionInTransit |
EncryptionInTransit.clone() |
EncryptionInTransit |
EncryptionInfo.getEncryptionInTransit()
The details for encryption in transit.
|
EncryptionInTransit |
EncryptionInTransit.withClientBroker(ClientBroker clientBroker)
Indicates the encryption setting for data in transit between clients and brokers.
|
EncryptionInTransit |
EncryptionInTransit.withClientBroker(String clientBroker)
Indicates the encryption setting for data in transit between clients and brokers.
|
EncryptionInTransit |
EncryptionInTransit.withInCluster(Boolean inCluster)
When set to true, it indicates that data communication among the broker nodes of the cluster is encrypted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptionInfo.setEncryptionInTransit(EncryptionInTransit encryptionInTransit)
The details for encryption in transit.
|
EncryptionInfo |
EncryptionInfo.withEncryptionInTransit(EncryptionInTransit encryptionInTransit)
The details for encryption in transit.
|
Copyright © 2021. All rights reserved.