Uses of Class
software.amazon.awssdk.services.chatbot.model.CustomActionAttachment
-
Packages that use CustomActionAttachment Package Description software.amazon.awssdk.services.chatbot.model -
-
Uses of CustomActionAttachment in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type CustomActionAttachment Modifier and Type Method Description List<CustomActionAttachment>CreateCustomActionRequest. attachments()Defines when this custom action button should be attached to a notification.List<CustomActionAttachment>CustomAction. attachments()Defines when this custom action button should be attached to a notification.List<CustomActionAttachment>UpdateCustomActionRequest. attachments()Defines when this custom action button should be attached to a notification.Methods in software.amazon.awssdk.services.chatbot.model with parameters of type CustomActionAttachment Modifier and Type Method Description CreateCustomActionRequest.BuilderCreateCustomActionRequest.Builder. attachments(CustomActionAttachment... attachments)Defines when this custom action button should be attached to a notification.CustomAction.BuilderCustomAction.Builder. attachments(CustomActionAttachment... attachments)Defines when this custom action button should be attached to a notification.UpdateCustomActionRequest.BuilderUpdateCustomActionRequest.Builder. attachments(CustomActionAttachment... attachments)Defines when this custom action button should be attached to a notification.Method parameters in software.amazon.awssdk.services.chatbot.model with type arguments of type CustomActionAttachment Modifier and Type Method Description CreateCustomActionRequest.BuilderCreateCustomActionRequest.Builder. attachments(Collection<CustomActionAttachment> attachments)Defines when this custom action button should be attached to a notification.CustomAction.BuilderCustomAction.Builder. attachments(Collection<CustomActionAttachment> attachments)Defines when this custom action button should be attached to a notification.UpdateCustomActionRequest.BuilderUpdateCustomActionRequest.Builder. attachments(Collection<CustomActionAttachment> attachments)Defines when this custom action button should be attached to a notification.
-