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