Uses of Interface
software.amazon.awssdk.services.lambda.model.InvokeWithResponseStreamResponse.Builder
Packages that use InvokeWithResponseStreamResponse.Builder
-
Uses of InvokeWithResponseStreamResponse.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return InvokeWithResponseStreamResponse.BuilderModifier and TypeMethodDescriptionInvokeWithResponseStreamResponse.builder()InvokeWithResponseStreamResponse.Builder.executedVersion(String executedVersion) The version of the function that executed.InvokeWithResponseStreamResponse.Builder.responseStreamContentType(String responseStreamContentType) The type of data the stream is returning.InvokeWithResponseStreamResponse.Builder.statusCode(Integer statusCode) For a successful request, the HTTP status code is in the 200 range.InvokeWithResponseStreamResponse.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type InvokeWithResponseStreamResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InvokeWithResponseStreamResponse.Builder>InvokeWithResponseStreamResponse.serializableBuilderClass()