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