Uses of Interface
software.amazon.awssdk.services.lambda.model.InvokeResponseStreamUpdate.Builder
-
Packages that use InvokeResponseStreamUpdate.Builder Package Description software.amazon.awssdk.services.lambda.model software.amazon.awssdk.services.lambda.model.invokewithresponsestreamresponseevent -
-
Uses of InvokeResponseStreamUpdate.Builder in software.amazon.awssdk.services.lambda.model
Classes in software.amazon.awssdk.services.lambda.model that implement InvokeResponseStreamUpdate.Builder Modifier and Type Class Description protected static class
InvokeResponseStreamUpdate.BuilderImpl
Methods in software.amazon.awssdk.services.lambda.model that return InvokeResponseStreamUpdate.Builder Modifier and Type Method Description static InvokeResponseStreamUpdate.Builder
InvokeResponseStreamUpdate. builder()
InvokeResponseStreamUpdate.Builder
InvokeResponseStreamUpdate.Builder. payload(SdkBytes payload)
Data returned by your Lambda function.InvokeResponseStreamUpdate.Builder
InvokeResponseStreamUpdate.BuilderImpl. payload(SdkBytes payload)
static InvokeResponseStreamUpdate.Builder
InvokeWithResponseStreamResponseEvent. payloadChunkBuilder()
Create a builder for thePayloadChunk
event type for this stream.InvokeResponseStreamUpdate.Builder
InvokeResponseStreamUpdate. toBuilder()
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type InvokeResponseStreamUpdate.Builder Modifier and Type Method Description static Class<? extends InvokeResponseStreamUpdate.Builder>
InvokeResponseStreamUpdate. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type InvokeResponseStreamUpdate.Builder Modifier and Type Method Description InvokeResponseStreamUpdate
InvokeResponseStreamUpdate. copy(Consumer<? super InvokeResponseStreamUpdate.Builder> modifier)
-
Uses of InvokeResponseStreamUpdate.Builder in software.amazon.awssdk.services.lambda.model.invokewithresponsestreamresponseevent
Subinterfaces of InvokeResponseStreamUpdate.Builder in software.amazon.awssdk.services.lambda.model.invokewithresponsestreamresponseevent Modifier and Type Interface Description static interface
DefaultPayloadChunk.Builder
-