Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailContentBlock
Packages that use GuardrailContentBlock
-
Uses of GuardrailContentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailContentBlockModifier and TypeMethodDescriptionstatic GuardrailContentBlockGuardrailContentBlock.fromImage(Consumer<GuardrailImageBlock.Builder> image) Create an instance of this class withimage()initialized to the given value.static GuardrailContentBlockGuardrailContentBlock.fromImage(GuardrailImageBlock image) Create an instance of this class withimage()initialized to the given value.static GuardrailContentBlockGuardrailContentBlock.fromText(Consumer<GuardrailTextBlock.Builder> text) Create an instance of this class withtext()initialized to the given value.static GuardrailContentBlockGuardrailContentBlock.fromText(GuardrailTextBlock text) Create an instance of this class withtext()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailContentBlockModifier and TypeMethodDescriptionfinal List<GuardrailContentBlock>ApplyGuardrailRequest.content()The content details used in the request to apply the guardrail.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailContentBlockModifier and TypeMethodDescriptionApplyGuardrailRequest.Builder.content(GuardrailContentBlock... content) The content details used in the request to apply the guardrail.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailContentBlockModifier and TypeMethodDescriptionApplyGuardrailRequest.Builder.content(Collection<GuardrailContentBlock> content) The content details used in the request to apply the guardrail.