Uses of Enum
software.amazon.awssdk.services.databasemigration.model.MessageFormatValue
Packages that use MessageFormatValue
-
Uses of MessageFormatValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return MessageFormatValueModifier and TypeMethodDescriptionstatic MessageFormatValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.final MessageFormatValueKafkaSettings.messageFormat()The output format for the records created on the endpoint.final MessageFormatValueKinesisSettings.messageFormat()The output format for the records created on the endpoint.static MessageFormatValueReturns 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 MessageFormatValueModifier and TypeMethodDescriptionstatic Set<MessageFormatValue>MessageFormatValue.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type MessageFormatValueModifier and TypeMethodDescriptionKafkaSettings.Builder.messageFormat(MessageFormatValue messageFormat) The output format for the records created on the endpoint.KinesisSettings.Builder.messageFormat(MessageFormatValue messageFormat) The output format for the records created on the endpoint.