Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailChecksContentBlock
Packages that use GuardrailChecksContentBlock
-
Uses of GuardrailChecksContentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailChecksContentBlockModifier and TypeMethodDescriptionstatic GuardrailChecksContentBlockCreate 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 GuardrailChecksContentBlockModifier and TypeMethodDescriptionfinal List<GuardrailChecksContentBlock>GuardrailChecksMessage.content()The content blocks for the message.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailChecksContentBlockModifier and TypeMethodDescriptionGuardrailChecksMessage.Builder.content(GuardrailChecksContentBlock... content) The content blocks for the message.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailChecksContentBlockModifier and TypeMethodDescriptionGuardrailChecksMessage.Builder.content(Collection<GuardrailChecksContentBlock> content) The content blocks for the message.