Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentResponseStream.EventType
-
-
Uses of InlineAgentResponseStream.EventType in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InlineAgentResponseStream.EventType Modifier and Type Method Description static InlineAgentResponseStream.EventTypeInlineAgentResponseStream.EventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.default InlineAgentResponseStream.EventTypeInlineAgentResponseStream. sdkEventType()The type of this event.static InlineAgentResponseStream.EventTypeInlineAgentResponseStream.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static InlineAgentResponseStream.EventType[]InlineAgentResponseStream.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 InlineAgentResponseStream.EventType Modifier and Type Method Description static Set<InlineAgentResponseStream.EventType>InlineAgentResponseStream.EventType. knownValues() -
Uses of InlineAgentResponseStream.EventType in software.amazon.awssdk.services.bedrockagentruntime.model.inlineagentresponsestream
Methods in software.amazon.awssdk.services.bedrockagentruntime.model.inlineagentresponsestream that return InlineAgentResponseStream.EventType Modifier and Type Method Description InlineAgentResponseStream.EventTypeDefaultChunk. sdkEventType()InlineAgentResponseStream.EventTypeDefaultFiles. sdkEventType()InlineAgentResponseStream.EventTypeDefaultReturnControl. sdkEventType()InlineAgentResponseStream.EventTypeDefaultTrace. sdkEventType()
-