Uses of Class
software.amazon.awssdk.services.lambda.model.InvokeResponseStreamUpdate
-
Packages that use InvokeResponseStreamUpdate Package Description software.amazon.awssdk.services.lambda.model software.amazon.awssdk.services.lambda.model.invokewithresponsestreamresponseevent -
-
Uses of InvokeResponseStreamUpdate in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return InvokeResponseStreamUpdate Modifier and Type Method Description InvokeResponseStreamUpdate
InvokeResponseStreamUpdate.BuilderImpl. build()
InvokeResponseStreamUpdate
InvokeResponseStreamUpdate. copy(Consumer<? super InvokeResponseStreamUpdate.Builder> modifier)
Methods in software.amazon.awssdk.services.lambda.model with parameters of type InvokeResponseStreamUpdate Modifier and Type Method Description default void
InvokeWithResponseStreamResponseHandler.Visitor. visitPayloadChunk(InvokeResponseStreamUpdate event)
Invoked when aInvokeResponseStreamUpdate
is encountered.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type InvokeResponseStreamUpdate Modifier and Type Method Description InvokeWithResponseStreamResponseHandler.Visitor.Builder
InvokeWithResponseStreamResponseHandler.Visitor.Builder. onPayloadChunk(Consumer<InvokeResponseStreamUpdate> c)
Callback to invoke when aInvokeResponseStreamUpdate
is visited.Constructors in software.amazon.awssdk.services.lambda.model with parameters of type InvokeResponseStreamUpdate Constructor Description BuilderImpl(InvokeResponseStreamUpdate model)
-
Uses of InvokeResponseStreamUpdate in software.amazon.awssdk.services.lambda.model.invokewithresponsestreamresponseevent
Subclasses of InvokeResponseStreamUpdate in software.amazon.awssdk.services.lambda.model.invokewithresponsestreamresponseevent Modifier and Type Class Description class
DefaultPayloadChunk
A specialization ofsoftware.amazon.awssdk.services.lambda.model.InvokeResponseStreamUpdate
that represents theInvokeWithResponseStreamResponseEvent$PayloadChunk
event.
-