Uses of Class
software.amazon.awssdk.services.databasemigration.model.MessageFormatValue
-
Packages that use MessageFormatValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of MessageFormatValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return MessageFormatValue Modifier and Type Method Description static MessageFormatValueMessageFormatValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MessageFormatValueKafkaSettings. messageFormat()The output format for the records created on the endpoint.MessageFormatValueKinesisSettings. messageFormat()The output format for the records created on the endpoint.static MessageFormatValueMessageFormatValue. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageFormatValue[]MessageFormatValue. 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 MessageFormatValue Modifier and Type Method Description static Set<MessageFormatValue>MessageFormatValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type MessageFormatValue Modifier and Type Method Description KafkaSettings.BuilderKafkaSettings.Builder. messageFormat(MessageFormatValue messageFormat)The output format for the records created on the endpoint.KinesisSettings.BuilderKinesisSettings.Builder. messageFormat(MessageFormatValue messageFormat)The output format for the records created on the endpoint.
-