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 InvokeResponseStreamUpdateInvokeResponseStreamUpdate.BuilderImpl. build()InvokeResponseStreamUpdateInvokeResponseStreamUpdate. 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 voidInvokeWithResponseStreamResponseHandler.Visitor. visitPayloadChunk(InvokeResponseStreamUpdate event)Invoked when aInvokeResponseStreamUpdateis encountered.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type InvokeResponseStreamUpdate Modifier and Type Method Description InvokeWithResponseStreamResponseHandler.Visitor.BuilderInvokeWithResponseStreamResponseHandler.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 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 classDefaultPayloadChunkA specialization ofsoftware.amazon.awssdk.services.lambda.model.InvokeResponseStreamUpdatethat represents theInvokeWithResponseStreamResponseEvent$PayloadChunkevent.
-