Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PromptFlowNodeResourceConfiguration
-
Packages that use PromptFlowNodeResourceConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of PromptFlowNodeResourceConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptFlowNodeResourceConfiguration Modifier and Type Method Description PromptFlowNodeResourceConfigurationPromptFlowNodeSourceConfiguration. resource()Contains configurations for a prompt from Prompt management.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type PromptFlowNodeResourceConfiguration Modifier and Type Method Description static PromptFlowNodeSourceConfigurationPromptFlowNodeSourceConfiguration. fromResource(PromptFlowNodeResourceConfiguration resource)Create an instance of this class withPromptFlowNodeSourceConfiguration.resource()initialized to the given value.PromptFlowNodeSourceConfiguration.BuilderPromptFlowNodeSourceConfiguration.Builder. resource(PromptFlowNodeResourceConfiguration resource)Contains configurations for a prompt from Prompt management.
-