Uses of Class
software.amazon.awssdk.services.qbusiness.model.FailedAttachmentEvent
-
Packages that use FailedAttachmentEvent Package Description software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.model.chatoutputstream -
-
Uses of FailedAttachmentEvent in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return FailedAttachmentEvent Modifier and Type Method Description FailedAttachmentEventFailedAttachmentEvent.BuilderImpl. build()FailedAttachmentEventFailedAttachmentEvent. copy(Consumer<? super FailedAttachmentEvent.Builder> modifier)Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type FailedAttachmentEvent Modifier and Type Method Description default voidChatResponseHandler.Visitor. visitFailedAttachmentEvent(FailedAttachmentEvent event)Invoked when aFailedAttachmentEventis encountered.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type FailedAttachmentEvent Modifier and Type Method Description ChatResponseHandler.Visitor.BuilderChatResponseHandler.Visitor.Builder. onFailedAttachmentEvent(Consumer<FailedAttachmentEvent> c)Callback to invoke when aFailedAttachmentEventis visited.Constructors in software.amazon.awssdk.services.qbusiness.model with parameters of type FailedAttachmentEvent Constructor Description BuilderImpl(FailedAttachmentEvent model) -
Uses of FailedAttachmentEvent in software.amazon.awssdk.services.qbusiness.model.chatoutputstream
Subclasses of FailedAttachmentEvent in software.amazon.awssdk.services.qbusiness.model.chatoutputstream Modifier and Type Class Description classDefaultFailedAttachmentEventA specialization ofsoftware.amazon.awssdk.services.qbusiness.model.FailedAttachmentEventthat represents theChatOutputStream$failedAttachmentEventevent.
-