Uses of Class
software.amazon.awssdk.services.qbusiness.model.ActionReviewPayloadFieldAllowedValue
-
Packages that use ActionReviewPayloadFieldAllowedValue Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of ActionReviewPayloadFieldAllowedValue in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type ActionReviewPayloadFieldAllowedValue Modifier and Type Method Description List<ActionReviewPayloadFieldAllowedValue>ActionReviewPayloadField. allowedValues()Information about the field values that an end user can use to provide to Amazon Q for Amazon Q to perform the requested plugin action.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type ActionReviewPayloadFieldAllowedValue Modifier and Type Method Description ActionReviewPayloadField.BuilderActionReviewPayloadField.Builder. allowedValues(ActionReviewPayloadFieldAllowedValue... allowedValues)Information about the field values that an end user can use to provide to Amazon Q for Amazon Q to perform the requested plugin action.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type ActionReviewPayloadFieldAllowedValue Modifier and Type Method Description ActionReviewPayloadField.BuilderActionReviewPayloadField.Builder. allowedValues(Collection<ActionReviewPayloadFieldAllowedValue> allowedValues)Information about the field values that an end user can use to provide to Amazon Q for Amazon Q to perform the requested plugin action.
-