Uses of Class
software.amazon.awssdk.services.bedrock.model.PromptRouterType
-
Packages that use PromptRouterType Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of PromptRouterType in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return PromptRouterType Modifier and Type Method Description static PromptRouterTypePromptRouterType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PromptRouterTypeGetPromptRouterResponse. type()The router's type.PromptRouterTypeListPromptRoutersRequest. type()The type of the prompt routers, such as whether it's default or custom.PromptRouterTypePromptRouterSummary. type()The summary's type.static PromptRouterTypePromptRouterType. valueOf(String name)Returns the enum constant of this type with the specified name.static PromptRouterType[]PromptRouterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type PromptRouterType Modifier and Type Method Description static Set<PromptRouterType>PromptRouterType. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type PromptRouterType Modifier and Type Method Description GetPromptRouterResponse.BuilderGetPromptRouterResponse.Builder. type(PromptRouterType type)The router's type.ListPromptRoutersRequest.BuilderListPromptRoutersRequest.Builder. type(PromptRouterType type)The type of the prompt routers, such as whether it's default or custom.PromptRouterSummary.BuilderPromptRouterSummary.Builder. type(PromptRouterType type)The summary's type.
-