Uses of Interface
software.amazon.awssdk.services.lambda.model.InvokeWithResponseStreamResponseEvent
Packages that use InvokeWithResponseStreamResponseEvent
Package
Description
-
Uses of InvokeWithResponseStreamResponseEvent in software.amazon.awssdk.services.lambda.model
Classes in software.amazon.awssdk.services.lambda.model that implement InvokeWithResponseStreamResponseEventModifier and TypeClassDescriptionclassA chunk of the streamed response payload.classA response confirming that the event stream is complete.Fields in software.amazon.awssdk.services.lambda.model declared as InvokeWithResponseStreamResponseEventModifier and TypeFieldDescriptionstatic final InvokeWithResponseStreamResponseEventInvokeWithResponseStreamResponseEvent.UNKNOWNSpecial type ofInvokeWithResponseStreamResponseEventfor unknown types of events that this version of the SDK does not know aboutMethods in software.amazon.awssdk.services.lambda.model with parameters of type InvokeWithResponseStreamResponseEventModifier and TypeMethodDescriptiondefault voidInvokeWithResponseStreamResponseHandler.Visitor.visitDefault(InvokeWithResponseStreamResponseEvent event) A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type InvokeWithResponseStreamResponseEventModifier and TypeMethodDescriptionInvokeWithResponseStreamResponseHandler.Visitor.Builder.onDefault(Consumer<InvokeWithResponseStreamResponseEvent> c) Callback to invoke when either an unknown event is visited or an unhandled event is visited. -
Uses of InvokeWithResponseStreamResponseEvent in software.amazon.awssdk.services.lambda.model.invokewithresponsestreamresponseevent
Classes in software.amazon.awssdk.services.lambda.model.invokewithresponsestreamresponseevent that implement InvokeWithResponseStreamResponseEventModifier and TypeClassDescriptionfinal classA specialization ofsoftware.amazon.awssdk.services.lambda.model.InvokeWithResponseStreamCompleteEventthat represents theInvokeWithResponseStreamResponseEvent$InvokeCompleteevent.final classA specialization ofsoftware.amazon.awssdk.services.lambda.model.InvokeResponseStreamUpdatethat represents theInvokeWithResponseStreamResponseEvent$PayloadChunkevent.