Uses of Class
software.amazon.awssdk.services.lambda.model.InvokeWithResponseStreamResponseEvent.EventType
-
-
Uses of InvokeWithResponseStreamResponseEvent.EventType in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return InvokeWithResponseStreamResponseEvent.EventType Modifier and Type Method Description static InvokeWithResponseStreamResponseEvent.EventTypeInvokeWithResponseStreamResponseEvent.EventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.default InvokeWithResponseStreamResponseEvent.EventTypeInvokeWithResponseStreamResponseEvent. sdkEventType()The type of this event.static InvokeWithResponseStreamResponseEvent.EventTypeInvokeWithResponseStreamResponseEvent.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static InvokeWithResponseStreamResponseEvent.EventType[]InvokeWithResponseStreamResponseEvent.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type InvokeWithResponseStreamResponseEvent.EventType Modifier and Type Method Description static Set<InvokeWithResponseStreamResponseEvent.EventType>InvokeWithResponseStreamResponseEvent.EventType. knownValues() -
Uses of InvokeWithResponseStreamResponseEvent.EventType in software.amazon.awssdk.services.lambda.model.invokewithresponsestreamresponseevent
Methods in software.amazon.awssdk.services.lambda.model.invokewithresponsestreamresponseevent that return InvokeWithResponseStreamResponseEvent.EventType Modifier and Type Method Description InvokeWithResponseStreamResponseEvent.EventTypeDefaultInvokeComplete. sdkEventType()InvokeWithResponseStreamResponseEvent.EventTypeDefaultPayloadChunk. sdkEventType()
-