Uses of Class
software.amazon.awssdk.services.lambda.model.InvokeResponseStreamUpdate
Packages that use InvokeResponseStreamUpdate
Package
Description
-
Uses of InvokeResponseStreamUpdate in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return InvokeResponseStreamUpdateModifier and TypeMethodDescriptionInvokeResponseStreamUpdate.BuilderImpl.build()InvokeResponseStreamUpdate.copy(Consumer<? super InvokeResponseStreamUpdate.Builder> modifier) Methods in software.amazon.awssdk.services.lambda.model with parameters of type InvokeResponseStreamUpdateModifier and TypeMethodDescriptiondefault voidInvokeWithResponseStreamResponseHandler.Visitor.visitPayloadChunk(InvokeResponseStreamUpdate event) Invoked when aInvokeResponseStreamUpdateis encountered.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type InvokeResponseStreamUpdateModifier and TypeMethodDescriptionInvokeWithResponseStreamResponseHandler.Visitor.Builder.onPayloadChunk(Consumer<InvokeResponseStreamUpdate> c) Callback to invoke when aInvokeResponseStreamUpdateis visited.Constructors in software.amazon.awssdk.services.lambda.model with parameters of type InvokeResponseStreamUpdate -
Uses of InvokeResponseStreamUpdate in software.amazon.awssdk.services.lambda.model.invokewithresponsestreamresponseevent
Subclasses of InvokeResponseStreamUpdate in software.amazon.awssdk.services.lambda.model.invokewithresponsestreamresponseeventModifier and TypeClassDescriptionfinal classA specialization ofsoftware.amazon.awssdk.services.lambda.model.InvokeResponseStreamUpdatethat represents theInvokeWithResponseStreamResponseEvent$PayloadChunkevent.