Uses of Class
software.amazon.awssdk.services.lambda.model.InvokeWithResponseStreamCompleteEvent
Packages that use InvokeWithResponseStreamCompleteEvent
Package
Description
-
Uses of InvokeWithResponseStreamCompleteEvent in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return InvokeWithResponseStreamCompleteEventModifier and TypeMethodDescriptionInvokeWithResponseStreamCompleteEvent.BuilderImpl.build()InvokeWithResponseStreamCompleteEvent.copy(Consumer<? super InvokeWithResponseStreamCompleteEvent.Builder> modifier) Methods in software.amazon.awssdk.services.lambda.model with parameters of type InvokeWithResponseStreamCompleteEventModifier and TypeMethodDescriptiondefault voidInvokeWithResponseStreamResponseHandler.Visitor.visitInvokeComplete(InvokeWithResponseStreamCompleteEvent event) Invoked when aInvokeWithResponseStreamCompleteEventis encountered.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type InvokeWithResponseStreamCompleteEventModifier and TypeMethodDescriptionInvokeWithResponseStreamResponseHandler.Visitor.Builder.onInvokeComplete(Consumer<InvokeWithResponseStreamCompleteEvent> c) Callback to invoke when aInvokeWithResponseStreamCompleteEventis visited.Constructors in software.amazon.awssdk.services.lambda.model with parameters of type InvokeWithResponseStreamCompleteEvent -
Uses of InvokeWithResponseStreamCompleteEvent in software.amazon.awssdk.services.lambda.model.invokewithresponsestreamresponseevent
Subclasses of InvokeWithResponseStreamCompleteEvent in software.amazon.awssdk.services.lambda.model.invokewithresponsestreamresponseeventModifier and TypeClassDescriptionfinal classA specialization ofsoftware.amazon.awssdk.services.lambda.model.InvokeWithResponseStreamCompleteEventthat represents theInvokeWithResponseStreamResponseEvent$InvokeCompleteevent.