Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PrepareAgentResponse
-
Packages that use PrepareAgentResponse Package Description software.amazon.awssdk.services.bedrockagent An example service, deployed with the Octane Service creator, which will echo the string -
-
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)Prepares an existing Amazon Bedrock Agent to receive runtime requestsdefault PrepareAgentResponseBedrockAgentClient. prepareAgent(PrepareAgentRequest prepareAgentRequest)Prepares an existing Amazon Bedrock Agent to receive runtime requestsMethods 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)Prepares an existing Amazon Bedrock Agent to receive runtime requestsdefault CompletableFuture<PrepareAgentResponse>BedrockAgentAsyncClient. prepareAgent(PrepareAgentRequest prepareAgentRequest)Prepares an existing Amazon Bedrock Agent to receive runtime requests
-