Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PrepareAgentResponse
-
Packages that use PrepareAgentResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
Uses of PrepareAgentResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return PrepareAgentResponse Modifier and Type Method Description default PrepareAgentResponseBedrockAgentClient. prepareAgent(Consumer<PrepareAgentRequest.Builder> prepareAgentRequest)Creates aDRAFTversion of the agent that can be used for internal testing.default PrepareAgentResponseBedrockAgentClient. prepareAgent(PrepareAgentRequest prepareAgentRequest)Creates aDRAFTversion of the agent that can be used for internal testing.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type PrepareAgentResponse Modifier and Type Method Description default CompletableFuture<PrepareAgentResponse>BedrockAgentAsyncClient. prepareAgent(Consumer<PrepareAgentRequest.Builder> prepareAgentRequest)Creates aDRAFTversion of the agent that can be used for internal testing.default CompletableFuture<PrepareAgentResponse>BedrockAgentAsyncClient. prepareAgent(PrepareAgentRequest prepareAgentRequest)Creates aDRAFTversion of the agent that can be used for internal testing.
-