Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailContentBlock
-
Packages that use GuardrailContentBlock Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailContentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailContentBlock Modifier and Type Method Description static 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 GuardrailContentBlock Modifier and Type Method Description 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 GuardrailContentBlock Modifier and Type Method Description ApplyGuardrailRequest.BuilderApplyGuardrailRequest.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 GuardrailContentBlock Modifier and Type Method Description ApplyGuardrailRequest.BuilderApplyGuardrailRequest.Builder. content(Collection<GuardrailContentBlock> content)The content details used in the request to apply the guardrail.
-