Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.BedrockSessionContentBlock
-
Packages that use BedrockSessionContentBlock Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of BedrockSessionContentBlock in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return BedrockSessionContentBlock Modifier and Type Method Description static 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 BedrockSessionContentBlockBedrockSessionContentBlock. fromText(String text)Create 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 BedrockSessionContentBlock Modifier and Type Method Description List<BedrockSessionContentBlock>InvocationStepPayload. contentBlocks()The content for the invocation step.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type BedrockSessionContentBlock Modifier and Type Method Description InvocationStepPayload.BuilderInvocationStepPayload.Builder. contentBlocks(BedrockSessionContentBlock... contentBlocks)The content for the invocation step.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type BedrockSessionContentBlock Modifier and Type Method Description InvocationStepPayload.BuilderInvocationStepPayload.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.
-