Uses of Enum
software.amazon.awssdk.services.bedrockruntime.model.GuardrailContentSource
Packages that use GuardrailContentSource
-
Uses of GuardrailContentSource in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailContentSourceModifier and TypeMethodDescriptionstatic GuardrailContentSourceUse this in place of valueOf to convert the raw string returned by the service into the enum value.final GuardrailContentSourceApplyGuardrailRequest.source()The source of data used in the request to apply the guardrail.static GuardrailContentSourceReturns 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 GuardrailContentSourceModifier and TypeMethodDescriptionstatic Set<GuardrailContentSource>GuardrailContentSource.knownValues()Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailContentSourceModifier and TypeMethodDescriptionApplyGuardrailRequest.Builder.source(GuardrailContentSource source) The source of data used in the request to apply the guardrail.