Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailConverseTextBlock
-
Packages that use GuardrailConverseTextBlock Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailConverseTextBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailConverseTextBlock Modifier and Type Method Description GuardrailConverseTextBlockGuardrailConverseContentBlock. text()The text to guard.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailConverseTextBlock Modifier and Type Method Description static GuardrailConverseContentBlockGuardrailConverseContentBlock. fromText(GuardrailConverseTextBlock text)Create an instance of this class withGuardrailConverseContentBlock.text()initialized to the given value.GuardrailConverseContentBlock.BuilderGuardrailConverseContentBlock.Builder. text(GuardrailConverseTextBlock text)The text to guard.
-