| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
static KafkaSslEndpointIdentificationAlgorithm |
KafkaSslEndpointIdentificationAlgorithm.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
KafkaSslEndpointIdentificationAlgorithm |
KafkaSettings.sslEndpointIdentificationAlgorithm()
Sets hostname verification for the certificate.
|
static KafkaSslEndpointIdentificationAlgorithm |
KafkaSslEndpointIdentificationAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KafkaSslEndpointIdentificationAlgorithm[] |
KafkaSslEndpointIdentificationAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<KafkaSslEndpointIdentificationAlgorithm> |
KafkaSslEndpointIdentificationAlgorithm.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
KafkaSettings.Builder |
KafkaSettings.Builder.sslEndpointIdentificationAlgorithm(KafkaSslEndpointIdentificationAlgorithm sslEndpointIdentificationAlgorithm)
Sets hostname verification for the certificate.
|
Copyright © 2023. All rights reserved.