Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailStatus
-
Packages that use GuardrailStatus Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailStatus in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return GuardrailStatus Modifier and Type Method Description static GuardrailStatusGuardrailStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GuardrailStatusGetGuardrailResponse. status()The status of the guardrail.GuardrailStatusGuardrailSummary. status()The status of the guardrail.static GuardrailStatusGuardrailStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GuardrailStatus[]GuardrailStatus. 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 GuardrailStatus Modifier and Type Method Description static Set<GuardrailStatus>GuardrailStatus. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailStatus Modifier and Type Method Description GetGuardrailResponse.BuilderGetGuardrailResponse.Builder. status(GuardrailStatus status)The status of the guardrail.GuardrailSummary.BuilderGuardrailSummary.Builder. status(GuardrailStatus status)The status of the guardrail.
-