Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.OrchestrationExecutor
Packages that use OrchestrationExecutor
-
Uses of OrchestrationExecutor in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return OrchestrationExecutorModifier and TypeMethodDescriptionfinal OrchestrationExecutorCustomOrchestration.executor()The structure of the executor invoking the actions in custom orchestration.static OrchestrationExecutorOrchestrationExecutor.fromLambda(String lambda) Create an instance of this class withlambda()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type OrchestrationExecutorModifier and TypeMethodDescriptionCustomOrchestration.Builder.executor(OrchestrationExecutor executor) The structure of the executor invoking the actions in custom orchestration.