Uses of Class
software.amazon.awssdk.services.bedrock.model.PromptRouterStatus
-
Packages that use PromptRouterStatus Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of PromptRouterStatus in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return PromptRouterStatus Modifier and Type Method Description static PromptRouterStatusPromptRouterStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PromptRouterStatusGetPromptRouterResponse. status()The router's status.PromptRouterStatusPromptRouterSummary. status()The router's status.static PromptRouterStatusPromptRouterStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PromptRouterStatus[]PromptRouterStatus. 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 PromptRouterStatus Modifier and Type Method Description static Set<PromptRouterStatus>PromptRouterStatus. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type PromptRouterStatus Modifier and Type Method Description GetPromptRouterResponse.BuilderGetPromptRouterResponse.Builder. status(PromptRouterStatus status)The router's status.PromptRouterSummary.BuilderPromptRouterSummary.Builder. status(PromptRouterStatus status)The router's status.
-