Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.BedrockSessionContentBlock
Packages that use BedrockSessionContentBlock
-
Uses of BedrockSessionContentBlock in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return BedrockSessionContentBlockModifier and TypeMethodDescriptionstatic BedrockSessionContentBlockBedrockSessionContentBlock.fromImage(Consumer<ImageBlock.Builder> image) Create an instance of this class withimage()initialized to the given value.static BedrockSessionContentBlockBedrockSessionContentBlock.fromImage(ImageBlock image) Create an instance of this class withimage()initialized to the given value.static BedrockSessionContentBlockCreate an instance of this class withtext()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type BedrockSessionContentBlockModifier and TypeMethodDescriptionfinal List<BedrockSessionContentBlock>InvocationStepPayload.contentBlocks()The content for the invocation step.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type BedrockSessionContentBlockModifier and TypeMethodDescriptionInvocationStepPayload.Builder.contentBlocks(BedrockSessionContentBlock... contentBlocks) The content for the invocation step.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type BedrockSessionContentBlockModifier and TypeMethodDescriptionInvocationStepPayload.Builder.contentBlocks(Collection<BedrockSessionContentBlock> contentBlocks) The content for the invocation step.static InvocationStepPayloadInvocationStepPayload.fromContentBlocks(List<BedrockSessionContentBlock> contentBlocks) Create an instance of this class withInvocationStepPayload.contentBlocks()initialized to the given value.