Uses of Class
software.amazon.awssdk.services.iotevents.model.PayloadType
-
Packages that use PayloadType Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of PayloadType in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return PayloadType Modifier and Type Method Description static PayloadTypePayloadType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PayloadTypePayload. type()The value of the payload type can be eitherSTRINGorJSON.static PayloadTypePayloadType. valueOf(String name)Returns the enum constant of this type with the specified name.static PayloadType[]PayloadType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type PayloadType Modifier and Type Method Description static Set<PayloadType>PayloadType. knownValues()Methods in software.amazon.awssdk.services.iotevents.model with parameters of type PayloadType Modifier and Type Method Description Payload.BuilderPayload.Builder. type(PayloadType type)The value of the payload type can be eitherSTRINGorJSON.
-