Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PrepareAgentRequest
-
Packages that use PrepareAgentRequest Package Description software.amazon.awssdk.services.bedrockagent An example service, deployed with the Octane Service creator, which will echo the stringsoftware.amazon.awssdk.services.bedrockagent.transform -
-
Uses of PrepareAgentRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type PrepareAgentRequest Modifier and Type Method Description default CompletableFuture<PrepareAgentResponse>BedrockAgentAsyncClient. prepareAgent(PrepareAgentRequest prepareAgentRequest)Prepares an existing Amazon Bedrock Agent to receive runtime requestsdefault PrepareAgentResponseBedrockAgentClient. prepareAgent(PrepareAgentRequest prepareAgentRequest)Prepares an existing Amazon Bedrock Agent to receive runtime requests -
Uses of PrepareAgentRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type PrepareAgentRequest Modifier and Type Method Description SdkHttpFullRequestPrepareAgentRequestMarshaller. marshall(PrepareAgentRequest prepareAgentRequest)
-