Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.OrchestrationExecutor
-
Packages that use OrchestrationExecutor Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of OrchestrationExecutor in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return OrchestrationExecutor Modifier and Type Method Description 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 OrchestrationExecutor Modifier and Type Method Description CustomOrchestration.BuilderCustomOrchestration.Builder. executor(OrchestrationExecutor executor)The structure of the executor invoking the actions in custom orchestration.
-