Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PrepareAgentResponse
Packages that use PrepareAgentResponse
Package
Description
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 PrepareAgentResponseModifier and TypeMethodDescriptiondefault 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 PrepareAgentResponseModifier and TypeMethodDescriptiondefault 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.