Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailContentQualifier
-
Packages that use GuardrailContentQualifier Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailContentQualifier in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailContentQualifier Modifier and Type Method Description static GuardrailContentQualifierGuardrailContentQualifier. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static GuardrailContentQualifierGuardrailContentQualifier. valueOf(String name)Returns the enum constant of this type with the specified name.static GuardrailContentQualifier[]GuardrailContentQualifier. 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 GuardrailContentQualifier Modifier and Type Method Description static Set<GuardrailContentQualifier>GuardrailContentQualifier. knownValues()List<GuardrailContentQualifier>GuardrailTextBlock. qualifiers()The qualifiers describing the text block.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailContentQualifier Modifier and Type Method Description GuardrailTextBlock.BuilderGuardrailTextBlock.Builder. qualifiers(GuardrailContentQualifier... qualifiers)The qualifiers describing the text block.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailContentQualifier Modifier and Type Method Description GuardrailTextBlock.BuilderGuardrailTextBlock.Builder. qualifiers(Collection<GuardrailContentQualifier> qualifiers)The qualifiers describing the text block.
-