Uses of Enum
software.amazon.awssdk.services.databasemigration.model.KafkaSslEndpointIdentificationAlgorithm
Packages that use KafkaSslEndpointIdentificationAlgorithm
-
Uses of KafkaSslEndpointIdentificationAlgorithm in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return KafkaSslEndpointIdentificationAlgorithmModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.KafkaSettings.sslEndpointIdentificationAlgorithm()Sets hostname verification for the certificate.Returns the enum constant of this type with the specified name.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 KafkaSslEndpointIdentificationAlgorithmMethods in software.amazon.awssdk.services.databasemigration.model with parameters of type KafkaSslEndpointIdentificationAlgorithmModifier and TypeMethodDescriptionKafkaSettings.Builder.sslEndpointIdentificationAlgorithm(KafkaSslEndpointIdentificationAlgorithm sslEndpointIdentificationAlgorithm) Sets hostname verification for the certificate.