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