| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
static MessageFormatValue |
MessageFormatValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MessageFormatValue |
KafkaSettings.messageFormat()
The output format for the records created on the endpoint.
|
MessageFormatValue |
KinesisSettings.messageFormat()
The output format for the records created on the endpoint.
|
static MessageFormatValue |
MessageFormatValue.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<MessageFormatValue> |
MessageFormatValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
KafkaSettings.Builder |
KafkaSettings.Builder.messageFormat(MessageFormatValue messageFormat)
The output format for the records created on the endpoint.
|
KinesisSettings.Builder |
KinesisSettings.Builder.messageFormat(MessageFormatValue messageFormat)
The output format for the records created on the endpoint.
|
Copyright © 2023. All rights reserved.