Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailContentSource
-
Packages that use GuardrailContentSource Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailContentSource in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailContentSource Modifier and Type Method Description static GuardrailContentSourceGuardrailContentSource. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GuardrailContentSourceApplyGuardrailRequest. source()The source of data used in the request to apply the guardrail.static GuardrailContentSourceGuardrailContentSource. valueOf(String name)Returns the enum constant of this type with the specified name.static GuardrailContentSource[]GuardrailContentSource. 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 GuardrailContentSource Modifier and Type Method Description static Set<GuardrailContentSource>GuardrailContentSource. knownValues()Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailContentSource Modifier and Type Method Description ApplyGuardrailRequest.BuilderApplyGuardrailRequest.Builder. source(GuardrailContentSource source)The source of data used in the request to apply the guardrail.
-