Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CreatePromptResponse
Packages that use CreatePromptResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of CreatePromptResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return CreatePromptResponseModifier and TypeMethodDescriptiondefault CreatePromptResponseBedrockAgentClient.createPrompt(Consumer<CreatePromptRequest.Builder> createPromptRequest) Creates a prompt in your prompt library that you can add to a flow.default CreatePromptResponseBedrockAgentClient.createPrompt(CreatePromptRequest createPromptRequest) Creates a prompt in your prompt library that you can add to a flow.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type CreatePromptResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CreatePromptResponse>BedrockAgentAsyncClient.createPrompt(Consumer<CreatePromptRequest.Builder> createPromptRequest) Creates a prompt in your prompt library that you can add to a flow.default CompletableFuture<CreatePromptResponse>BedrockAgentAsyncClient.createPrompt(CreatePromptRequest createPromptRequest) Creates a prompt in your prompt library that you can add to a flow.