Uses of Class
software.amazon.awssdk.services.databasemigration.model.KafkaSslEndpointIdentificationAlgorithm
-
Packages that use KafkaSslEndpointIdentificationAlgorithm Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of KafkaSslEndpointIdentificationAlgorithm in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return KafkaSslEndpointIdentificationAlgorithm Modifier and Type Method Description static KafkaSslEndpointIdentificationAlgorithmKafkaSslEndpointIdentificationAlgorithm. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KafkaSslEndpointIdentificationAlgorithmKafkaSettings. sslEndpointIdentificationAlgorithm()Sets hostname verification for the certificate.static KafkaSslEndpointIdentificationAlgorithmKafkaSslEndpointIdentificationAlgorithm. 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.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type KafkaSslEndpointIdentificationAlgorithm Modifier and Type Method Description static Set<KafkaSslEndpointIdentificationAlgorithm>KafkaSslEndpointIdentificationAlgorithm. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type KafkaSslEndpointIdentificationAlgorithm Modifier and Type Method Description KafkaSettings.BuilderKafkaSettings.Builder. sslEndpointIdentificationAlgorithm(KafkaSslEndpointIdentificationAlgorithm sslEndpointIdentificationAlgorithm)Sets hostname verification for the certificate.
-