Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.MessagingDataType
-
Packages that use MessagingDataType Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of MessagingDataType in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return MessagingDataType Modifier and Type Method Description MessagingDataTypeStreamingConfiguration. dataType()The data type of the configuration.static MessagingDataTypeMessagingDataType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MessagingDataTypeMessagingDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static MessagingDataType[]MessagingDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type MessagingDataType Modifier and Type Method Description static Set<MessagingDataType>MessagingDataType. knownValues()Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type MessagingDataType Modifier and Type Method Description StreamingConfiguration.BuilderStreamingConfiguration.Builder. dataType(MessagingDataType dataType)The data type of the configuration.
-